pub fn spawn(fut: impl Future<Output = ()> + 'static)
Spawns the future but does not return the TaskId
TaskId