The series continue.
C++ coroutines: Getting rid of our atomic variant discriminator
by Raymond Chen
From the article:
We continue the refinement of our coroutine implementation by removing the atomic variable used as the discriminant of our result holder variant...
Add a Comment
Comments are closed.