spawn

Function spawn 

Source
pub fn spawn<F: Future<Output = T> + Send + 'static, T: Send + 'static>(
    future: F,
)