moonbridge

annotate moonbridge_io.h @ 83:697cdf8e2000

Code cleanup and fixes in optionally non-blocking write/write_nb method; Allow to mark I/O handles as closed
author jbe
date Mon Apr 06 15:02:15 2015 +0200 (2015-04-06)
parents 1a0346580e6d
children 8a6e2a80fcad
rev   line source
jbe@79 1
jbe@80 2 void moonbr_io_pushhandle(lua_State *L, int fd, int gc_idx);
jbe@83 3 int moonbr_io_isclosed(lua_State *L, int idx);
jbe@83 4 void moonbr_io_markclosed(lua_State *L, int idx);
jbe@79 5 int luaopen_moonbridge_io(lua_State *L);
jbe@79 6

Impressum / About Us