pub fn spawn<F>(future: F) -> JoinHandle<F::Output> ⓘwhere F: Future + 'static, F::Output: Send + 'static,
Spawn a future onto the current thread’s executor.
Panics if called outside of a block_on_with_spawn context.
block_on_with_spawn