let my_delayed_task = async { select(Timer::after(Duration::from_mins(10)), oh_i_might_change_my_mind()).await; run_my_task.await; };