.await Suspends One Task
Chapter placeholder: show two operations making progress while one awaits a timer, then contrast this with
std::thread::sleepinside async code.
Primary question: what pauses at an .await point, and what remains free to run?