spawn

Function spawn 

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