pub fn spawn_local<T>(future: impl Future<Output = T> + 'static) -> Task<T> ⓘwhere T: 'static,
Spawns a Task on the thread local executor.
Task