a clean, minimal, portable coroutine library
Find a file
Moritz Bitsch 675bccefd6 Add infinite delay and external wakeup support
this is useful if you want to wait for a glib signal/callback
2018-07-27 10:39:43 +02:00
.gitignore clean up repo 2015-03-28 16:34:16 +01:00
coio.c Add infinite delay and external wakeup support 2018-07-27 10:39:43 +02:00
coio.h Add infinite delay and external wakeup support 2018-07-27 10:39:43 +02:00
coio_glib.c Add infinite delay and external wakeup support 2018-07-27 10:39:43 +02:00
coio_glib.h Add infinite delay and external wakeup support 2018-07-27 10:39:43 +02:00
coioimpl.h Add infinite delay and external wakeup support 2018-07-27 10:39:43 +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 implement OSX support 2015-04-26 21:55:13 +02:00
Makefile Add glib integration 2018-07-27 08:49:34 +02: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