Skip to main content

spawn

Function spawn 

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