a clean, minimal, portable coroutine library
Find a file
2015-03-25 21:19:57 +01:00
coio.c Add ISC license texts 2015-03-25 22:02:27 +01:00
coio.h Add ISC license texts 2015-03-25 22:02:27 +01:00
coioimpl.h Add ISC license texts 2015-03-25 22:02:27 +01:00
COPYRIGHT Add ISC license texts 2015-03-25 22:02:27 +01:00
coro.c Initial import 2015-03-21 12:47:51 +01:00
coro.h fix building on openbsd 2015-03-21 13:28:01 +01:00
Makefile fix building on openbsd 2015-03-21 13:28:01 +01:00
README.md Create README.md 2015-03-25 21:19:57 +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