Find a file
Moritz Bitsch 0f205ba2cc Add simple mutex
with this you can lock access to shared structures
2020-10-16 16:23:09 +02:00
libco Initial import of coiopp 2020-06-29 12:03:09 +02:00
CMakeLists.txt Initial import of coiopp 2020-06-29 12:03:09 +02:00
coio.cpp Add simple mutex 2020-10-16 16:23:09 +02:00
coio.h Add simple mutex 2020-10-16 16:23:09 +02:00
coio_glib.cpp Split initialisation into own function 2020-10-16 16:22:00 +02:00
coio_glib.h Initial import of coiopp 2020-06-29 12:03:09 +02:00
coioimpl.h Initial import of coiopp 2020-06-29 12:03:09 +02:00
COPYRIGHT Initial import of coiopp 2020-06-29 12:03:09 +02:00
README.md Initial import of coiopp 2020-06-29 12:03:09 +02:00
testdelay.c Split initialisation into own function 2020-10-16 16:22:00 +02:00
testyield.c Initial import of coiopp 2020-06-29 12:03:09 +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