pub fn spawn<F, T>(_future: F)where F: Future<Output = T> + Send + 'static, T: Send + 'static,
Spawns a Send future onto the browser event loop on the wasm32 target; panics on non-WASM targets.
Send
wasm32