Skip to main content

spawn_local_scoped

Function spawn_local_scoped 

Source
pub fn spawn_local_scoped<'a, F>(future: F) -> ScopedJoinHandle<'a, F::Output> 
where F: Future + 'a, F::Output: 'a,
Expand description

Spawns a non-static !Send future.