moonbridge

annotate 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
rev   line source
jbe@146 1
jbe@146 2 char moonbr_io_block_udata;
jbe@149 3 char moonbr_io_multiblock_udata;
jbe@79 4
jbe@107 5 void moonbr_io_pushhandle(lua_State *L, int fd);
jbe@100 6 void moonbr_io_closehandle(lua_State *L, int idx, int reset);
jbe@98 7 int moonbr_io_tcpconnect(lua_State *L);
jbe@99 8 int moonbr_io_tcpconnect_nb(lua_State *L);
jbe@79 9 int luaopen_moonbridge_io(lua_State *L);
jbe@79 10

Impressum / About Us