a clean, minimal, portable coroutine library
Find a file
Moritz Bitsch 0f162e365c Add glib integration
this allows us to use all glib features together with coroutines
in the same thread
2018-07-27 08:49:34 +02:00
.gitignore clean up repo 2015-03-28 16:34:16 +01:00
coio.c Add glib integration 2018-07-27 08:49:34 +02:00
coio.h Implement sleeping coroutines 2015-03-28 16:02:10 +01:00
coio_glib.c Add glib integration 2018-07-27 08:49:34 +02:00
coio_glib.h Add glib integration 2018-07-27 08:49:34 +02:00
coioimpl.h Add glib integration 2018-07-27 08:49:34 +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