Skip to main content

spawn_detached_local

Function spawn_detached_local 

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