Function leak_playground_tokio::task::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.