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