Skip to main content

spawn_detached

Function spawn_detached 

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