C++ coroutines: Tradeoffs of making the promise be the shared state--Raymond Chen
The series continue.
C++ coroutines: Tradeoffs of making the promise be the shared state
by Raymond Chen
From the article:
Last time, we traced the lifetimes of the objects involved in the coroutine function. Now we can look at some of the tradeoffs we’ve made in our design and see how the decisions are intertwined...