Function spawn

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