a clean, minimal, portable coroutine library
Find a file
Moritz Bitsch 62979d013b clean up repo
* add gitignore for backup files
* remove all generated stuff with "make clean"
2015-03-28 16:34:16 +01:00
.gitignore clean up repo 2015-03-28 16:34:16 +01:00
coio.c Implement sleeping coroutines 2015-03-28 16:02:10 +01:00
coio.h Implement sleeping coroutines 2015-03-28 16:02:10 +01:00
coioimpl.h Implement sleeping coroutines 2015-03-28 16:02:10 +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 clean up repo 2015-03-28 16:34:16 +01: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