pub async fn spawn_tokio<F>(fut: F) -> F::Output
where F: Future + Send + 'static, F::Output: Send + 'static,