Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 21ce512

Browse files
committed
Announce COZ.
1 parent bb54d3d commit 21ce512

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CO2 - Coroutine II [![Try it online][badge.wandbox]](https://wandbox.org/permlin
33

44
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).
55

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.
9+
610
## Requirements
711

812
- C++14

0 commit comments

Comments
 (0)