The series continues.
C++ coroutines: Awaiting the simple_task
by Raymond Chen
From the article:
Last time, we accepted the parameter passed to co_return and stored it into our promise. This time, we’ll deal with the consumption side and wait for the answer to appear...
Add a Comment
Comments are closed.