Painless C++ Coroutines-Part 2

Gajendra Gulgulia
11 min readMay 31, 2021

As promised, I continue the journey of demistifying coroutines from where we left off, i.e. Painless Coroutines-Part 1 where we covered sections 1 till 4. If you still haven’t looked at the first part, I strongly encourage you to do so before getting on with the second part. In this part, I resume the journey with the section that is somewhat a tautology, i.e., Resuming the coroutine ;) .

5. Resuming the…

--

--