pub fn spawn_detached(fut: impl Future<Output = ()> + Send + 'static) -> Stream
Spawns a detached future bound to a fresh stream.
Uses a thread on native, the browser runtime on wasm; panics on no-std.