Home

Awesome

Macoro - A C++14/20 coroutine libray

This library is a subset of cppcoro with the addition of having c++14 support, see the blog post.

Currently library contains a general purpose task<T>, eager_tast<T> types and various helper algorithms such as when_all and cancellations. More to come soon.