spawn_local

Function spawn_local 

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

Spawns a Task on the thread local executor.