spawn_local

Function spawn_local 

Source
pub fn spawn_local<F>(fut: F) -> JoinHandle<()> 
where F: Future<Output = ()> + 'static,