Resume: // we get here when the await has completed auto result = Concurrency::await_resume(taskToAwait); // *** code after the __await statement _Resumable_helper_traits::_Free(resHandle); return taskToReturn; } Let’s look at this in detail. First, a single resumable handler for ...