pub fn spawn<F>(future: F) -> JobHandle<F::Output> ⓘwhere F: Future + 'static,
Spawn a new async task
This function panics if the current runtime is not set