pub fn spawn<F>(future: F)where F: Future<Output = ()> + Send + 'static,
Spawn a future on the runtime.
tokio::spawn
Send
wasm_bindgen_futures::spawn_local