Commit graph

6 commits

Author SHA1 Message Date
Moritz Bitsch
343f0f4846 Fix tests after coro_create change
coroutines have a new name property for debugging
2018-07-30 11:43:16 +02:00
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
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
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
b62135d7a0 fix building on openbsd
* do not depend on gnu make features
* use asm coros for openbsd
2015-03-21 13:28:01 +01:00
Moritz Bitsch
0452e702a1 Initial import
minimal coroutine library
2015-03-21 12:47:51 +01:00