spawn_local

Function spawn_local 

Source
pub fn spawn_local<T: 'static>(
    future: impl Future<Output = T> + 'static,
) -> Task<T>