Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dyco-coroutine #279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Compilers, as well as compiler- and compilation-related tooling.
parallelism, with built-in checking for race conditions. [``BSD-2-Clause``][BSD-2-Clause]
* [ck][242] - Concurrency primitives, safe memory reclamation mechanisms and
non-blocking data structures. [``BSD-2-Clause``][BSD-2-Clause]
* [dyco-coroutine][623] - Coroutine framework with Channel, SSL hook, waitgroup, etc. [``GPL-3.0-or-later``][GPL-3.0-or-later]
* [FCFS RWLock][540] - First-come first-served Readers/Writers lock for POSIX threads. [``CC0-1.0``][CC0-1.0]
* [Libaco][599] - A blazing fast and lightweight C asymmetric coroutine library. [``Apache-2.0``][Apache-2.0]
* [libconcurrent][390] - Concurrent programming library, using coroutines, for
Expand Down Expand Up @@ -1828,6 +1829,7 @@ support for C.
[620]: https://github.com/pspdev/pspsdk
[621]: https://github.com/pspdev/pspsdk/blob/master/LICENSE
[622]: https://remove-to-waste.info
[623]: https://github.com/piaodazhu/dyco-coroutine
[700]: https://viewsourcecode.org/snaptoken/kilo/