pub fn spawn<F>(future: F) -> JoinHandle<F::Output> ⓘwhere F: Future + Send + 'static, F::Output: Send + 'static,
Spawns a Send-able future to the shared component runtime.
Send