C++ coroutines: Getting rid of our atomic variant discriminator--Raymond Chen
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...