pub fn spawn_detached<F>(fut: F)where F: Future + 'static, <F as Future>::Output: 'static,
Spawn a task and let it run on its own, discarding the handle.