moonbridge

view moonbridge_io.h @ 147:43387f11b096

Do not pass moonbridge_io.block when invoking callback passed to _call I/O methods but only include it for _yield I/O methods
author jbe
date Thu May 07 22:16:15 2015 +0200 (2015-05-07)
parents 6dfe5b424b18
children c820130f55d7
line source
2 char moonbr_io_block_udata;
4 void moonbr_io_pushhandle(lua_State *L, int fd);
5 void moonbr_io_closehandle(lua_State *L, int idx, int reset);
6 int moonbr_io_tcpconnect(lua_State *L);
7 int moonbr_io_tcpconnect_nb(lua_State *L);
8 int luaopen_moonbridge_io(lua_State *L);

Impressum / About Us