Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

.await Suspends One Task

Chapter placeholder: show two operations making progress while one awaits a timer, then contrast this with std::thread::sleep inside async code.

Primary question: what pauses at an .await point, and what remains free to run?