coroutine
Release: 1.4.3
C++ 20 Coroutines in Action
In that perspective, the library will be maintained as small as possible. Have fun with them. And try your own coroutines! If you want some tool support, please let me know. I'm willing to learn about it.
If you are looking for another materials, visit the MattPD's collection!
<coroutine/frame.h>.USE_PORTABLE_COROUTINE_HANDLE
Currently using CMake to generate buildsystem files with the following compilers.
msvc v142+clang-cl 13+clang 12+AppleClang 12+gcc 10.0+git clone "https://github.com/luncliff/coroutine"
Push-Location coroutine
# ...
Pop-LocationExploring test(example) codes will be helpful. The library uses CTest for its test. AppVeyor & Travis CI build log will show the execution of them.