This is collection of C++ coroutine samples from vaious sources. Most of them are from Gor Nishanov's presentation. Sometimes I slightly modified and added more comments.
- Examples conatins simple examples of C++ coroutine (one cpp file per example)
- SuperLean forked from SuperLean
Although I couldn't explicitly state credits to original creators, the credits should go to where it belong.
CppCon 2015: Gor Nishanov "C++ Coroutines - a negative overhead abstraction" CppCon 2016: Gor Nishanov "C++ Coroutines: Under the covers"
https://delightful-cliff-0b041e71e.azurestaticapps.net/
https://www.scs.stanford.edu/~dm/blog/c++-coroutines.html
https://www.modernescpp.com/index.php/implementing-futures-with-coroutines