a clean, minimal, portable coroutine library
Find a file
Moritz Bitsch 49391edebc Implement sleeping coroutines
sleeping is currently used to implement delays, in future it will also
be used for I/O waiting.
2015-03-28 16:02:10 +01:00
coio.c Implement sleeping coroutines 2015-03-28 16:02:10 +01:00
coio.h Implement sleeping coroutines 2015-03-28 16:02:10 +01:00
coioimpl.h Implement sleeping coroutines 2015-03-28 16:02:10 +01:00
COPYRIGHT Add ISC license texts 2015-03-25 22:02:27 +01:00
coro.c Initial import 2015-03-21 12:47:51 +01:00
coro.h fix building on openbsd 2015-03-21 13:28:01 +01:00
Makefile Implement sleeping coroutines 2015-03-28 16:02:10 +01:00
README.md Create README.md 2015-03-25 21:19:57 +01:00
testdelay.c Implement sleeping coroutines 2015-03-28 16:02:10 +01:00
testyield.c Add ISC license texts 2015-03-25 22:02:27 +01:00

libcoio

a clean, minimal, portable coroutine library

Compiling

Just run 'make' in the project dir

License

ISC License except where otherwise noted.

BSD-Style/GPL for coro.c/.h