moonbridge
diff moonbridge_io.h @ 149:c820130f55d7
New function moonbridge_io.run(...) as a "coroutine scheduler"
| author | jbe |
|---|---|
| date | Fri May 08 03:18:07 2015 +0200 (2015-05-08) |
| parents | 6dfe5b424b18 |
| children | 2a5bd37034c6 |
line diff
1.1 --- a/moonbridge_io.h Thu May 07 22:22:21 2015 +0200 1.2 +++ b/moonbridge_io.h Fri May 08 03:18:07 2015 +0200 1.3 @@ -1,5 +1,6 @@ 1.4 1.5 char moonbr_io_block_udata; 1.6 +char moonbr_io_multiblock_udata; 1.7 1.8 void moonbr_io_pushhandle(lua_State *L, int fd); 1.9 void moonbr_io_closehandle(lua_State *L, int idx, int reset);