pub fn spawn_local<F: Future + 'static>(future: F) -> Task<F::Output> ⓘ
Spawn a future on the current thread.
Panics if the runtime is not running.