The series continue.
C++ coroutines: Making the promise itself be the shared state, the inspiration
by Raymond Chen
From the article:
Earlier, we improved our simple coroutine promise by delaying the resumption of awaiting coroutines until local variables have destructed. This time, we’ll look at another improvement...
Add a Comment
Comments are closed.