spawn_future

Function spawn_future 

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