Created
February 12, 2014 18:55
-
-
Save Varriount/8962092 to your computer and use it in GitHub Desktop.
Links to coroutine implementations in C
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Links to C implementations of coroutines | |
| ---------------------------------------- | |
| http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html (Macro based) | |
| http://swtch.com/libtask/ (FreeBSD, Linux, OS X, and Solaris only) | |
| http://xmailserver.org/libpcl.html (Multi-OS) | |
| https://github.com/halayli/lthread (Multi-OS, Makes use of fibers on windows, I think) | |
| https://github.com/stevedekorte/coroutine/tree/master (Multi-OS, also uses fibers on windows) | |
| https://code.google.com/p/libconcurrency/ (Multi-OS, has multiple implementations, I think) | |
| http://software.schmorp.de/pkg/libcoro.html (Limited to Unix, Linux, and related OS's) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment