spawn

Function spawn 

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