re_data_source::data_source

Function spawn_future

Source
fn spawn_future<F>(future: F)
where F: Future<Output = ()> + 'static + Send,