a clean, minimal, portable coroutine library
Find a file
Moritz Bitsch 1cae7a8b27 Clean up time handling functions
use milliseconds all over the place
2018-07-30 11:58:06 +02:00
.gitignore clean up repo 2015-03-28 16:34:16 +01:00
CMakeLists.txt Clean up time handling functions 2018-07-30 11:58:06 +02:00
coio.c Clean up time handling functions 2018-07-30 11:58:06 +02:00
coio.h Reformat code 2018-07-27 10:45:00 +02:00
coio_glib.c Clean up time handling functions 2018-07-30 11:58:06 +02:00
coio_glib.h Add infinite delay and external wakeup support 2018-07-27 10:39:43 +02:00
coioimpl.h Reformat code 2018-07-27 10:45:00 +02: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 use ucontext coroutines for arm-linux 2018-07-30 11:44:56 +02:00
Makefile Fix tests after coro_create change 2018-07-30 11:43:16 +02:00
README.md Create README.md 2015-03-25 21:19:57 +01:00
testdelay.c Fix tests after coro_create change 2018-07-30 11:43:16 +02:00
testyield.c Fix tests after coro_create change 2018-07-30 11:43:16 +02: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