The series continue.
C++ coroutines: Waiting synchronously for our coroutine to complete
by Raymond Chen
From the article:
Last time, we added an extension point that permitted us to respond differently to the completion of the coroutine. We’re going to put that extension point to good use by adding the ability to wait synchronously for the coroutine to complete.
Add a Comment
Comments are closed.