pub fn spawn_local<F>(future: F)
where F: Future<Output = ()> + 'static,
Expand description

Spawn a future on the microtask queue.