# task::spawn(async { println!("Async!"); }); Added junk code below the fist task, and it works for some reason?
# If you're using bevy's task pools you need to call detach on the task returned from spawn or explicitly poll it for completion