Skip to main content

spawn_local

Function spawn_local 

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