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
{{ message }}
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ CO2 - Coroutine II [![Try it online][badge.wandbox]](https://wandbox.org/permlin
3
3
4
4
A header-only C++ stackless coroutine emulation library, providing interface close to [N4286](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4286.pdf).
5
5
6
+
> __Note__\
7
+
> All the major compilers support coroutine now, CO2 has accomplished its mission and we don't recommed using it for new code.
8
+
However, it does have a successor - [COZ](https://github.com/jamboree/coz), which features zero-allocation.
0 commit comments