C++ coroutines: Awaiting the simple_task

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.

Comments (0)

There are currently no comments on this entry.