pub fn spawn_detached(fut: impl Future<Output = ()> + Send + 'static)
Spawns a future to run detached. This will use a thread on native, or the browser runtime on WASM.