Commit graph

4 commits

Author SHA1 Message Date
Moritz Bitsch 49391edebc Implement sleeping coroutines
sleeping is currently used to implement delays, in future it will also
be used for I/O waiting.
2015-03-28 16:02:10 +01:00
Moritz Bitsch 4147db11b5 Add ISC license texts
libcoio is licensed under ISC license, with libcoro (coro.c/.h) under
a dual BSD-Style/GPL license.
2015-03-25 22:02:27 +01:00
Moritz Bitsch c3d1cef5e7 indent sources
fix style before adding more code
2015-03-25 21:16:49 +01:00
Moritz Bitsch 0452e702a1 Initial import
minimal coroutine library
2015-03-21 12:47:51 +01:00