pub fn spawn_local_scoped<'a, F>(future: F) -> ScopedJoinHandle<'a, F::Output> ⓘwhere F: Future + 'a, F::Output: 'a,
Spawns a non-static !Send future.
!Send