a clean, minimal, portable coroutine library
Find a file
Moritz Bitsch c801b183dc Reformat code
run astyle --style=linux on source files
2018-07-27 10:45:00 +02:00
.gitignore clean up repo 2015-03-28 16:34:16 +01:00
CMakeLists.txt Add CMakeLists.txt 2018-07-27 10:41:06 +02:00
coio.c Reformat code 2018-07-27 10:45:00 +02:00
coio.h Reformat code 2018-07-27 10:45:00 +02:00
coio_glib.c Reformat code 2018-07-27 10:45:00 +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 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 Reformat code 2018-07-27 10:45:00 +02:00
testyield.c Reformat code 2018-07-27 10:45:00 +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