You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Furthermore, there is the branch [integrate_all](https://github.com/andreasbuhr/cppcoro/tree/integrate_all)
34
-
which merges all branches mentioned above. It is intended for
35
-
testing of the whole thing, it is not intended for merging.
31
+
In the master branch, all efforts are combined. Current build status for master branch: [](https://github.com/andreasbuhr/cppcoro/actions).
32
+
The master branch is not intended for merging.
36
33
# CppCoro - A coroutine library for C++
37
34
38
35
The 'cppcoro' library provides a large set of general-purpose primitives for making use of the coroutines TS proposal described in [N4680](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4680.pdf).
0 commit comments