Skip to main content

spawn_detached

Function spawn_detached 

Source
pub fn spawn_detached<Out>(
    name: &str,
    future: impl Future<Output = Out> + Send + 'static,
)
where Out: Send + 'static,