Function spawn

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