moonbridge
log moonbridge_io.h
| age | author | description |
|---|---|---|
| 2015-06-21 | jbe | Removed two functions from moonbridge_io.h |
| 2015-05-15 | jbe | Removed moonbridge_io.run(...); yielding read and write methods do not yield any values |
| 2015-05-08 | jbe | New function moonbridge_io.run(...) as a "coroutine scheduler" |
| 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-04-08 | jbe | Moved local/remote address extraction/formatting to I/O library |
| 2015-04-08 | jbe | Bugfix in C function moonbr_io_closehandle |
| 2015-04-08 | jbe | New function moonbridge_io.tcpconnect_nb(...) for nonblocking connects |