a clean, minimal, portable coroutine library
Find a file
Moritz Bitsch f4b1f3fae5 implement OSX support
* clock_gettime alternative
* add OSX support to coro.c/.h
2015-04-26 21:55:13 +02:00
.gitignore clean up repo 2015-03-28 16:34:16 +01:00
coio.c implement OSX support 2015-04-26 21:55:13 +02: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 implement OSX support 2015-04-26 21:55:13 +02:00
coro.h implement OSX support 2015-04-26 21:55:13 +02:00
Makefile clean up repo 2015-03-28 16:34:16 +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