The series continue.
C++ coroutines: Making the promise itself be the shared state, the outline
by Raymond Chen
From the article:
Last time, we got the idea of putting the result holder state directly inside the coroutine state. This time, we’ll set to work on the implementation...
Add a Comment
Comments are closed.