Skip to main content

try_spawn_detached

Function try_spawn_detached 

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