Schmorpforge Ta-Sa Software Repository
This C-library implements coroutines (cooperative multitasking) in a portable fashion.
As long as your system implements the ucontext (Unix) or the older sigaltstack interfaces it should work out of the box, with minimal configuration (it consists of only a single .h and a single .c file). It is known to run on a wide variety of unix systems (SunOS, IRIX, GNU/Linux, HP-UX) and also on Windows, does not use any assembly language and is architecture-independent.
| CVS | Browsable CVS module 'libcoro' |
| CVS | Anonymous CVS: cvs -z3 -d :pserver:anonymous@cvs.schmorp.de/schmorpforge co libcoro |
| IRC | Server irc.freenode.net, channel #schmorp, users schmorp and elmex (say hi and wait a few minutes) |
| FILE | README |
| FILE | coro.h |