moonbridge
log
age | author | description |
---|---|---|
2015-05-08 | jbe | New function moonbridge_io.run(...) as a "coroutine scheduler" |
2015-05-07 | jbe | Reverted previous commit (but changes to Makefile) |
2015-05-07 | jbe | Do not pass moonbridge_io.block when invoking callback passed to _call I/O methods but only include it for _yield I/O methods |
2015-05-07 | jbe | Proper treatment of zero/negative timeouts to moonbridge_io.poll(...); Make _yield methods yield singleton moonbridge_io.block as first yield value |
2015-05-02 | jbe | Yielding write and flush methods for I/O |
2015-05-02 | jbe | Added new methods drain_call, drain_yield |
2015-05-02 | jbe | Method "read" always returns two return values |