pub fn spawn_local<F>(future: F) -> JoinHandle<<F as Future>::Output> ⓘwhere F: Future + 'static,
Spawn a task on the executor runtime which will not be moved to other threads