polatouche6 / lua-epoll

Lightweight wrapper for epoll.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua-epoll

travis-ci status

Lightweight epoll wrapper.

See the examples/nixio_server.lua for an example of how to use.

Installing

Install lua-epoll:

luarocks install https://github.com/Neopallium/lua-epoll/raw/master/lua-epoll-scm-0.rockspec

To re-generating the bindings

You will need to install LuaNativeObjects and set the CMake variable USE_PRE_GENERATED_BINDINGS to FALSE. By default CMake will use the pre-generated bindings that are include in the project.

Build Dependencies

Optional dependency for re-generating Lua bindings from *.nobj.lua files:

  • LuaNativeObjects, this is the bindings generator used to convert the *.nobj.lua files into a native Lua module.

About

Lightweight wrapper for epoll.


Languages

Language:C 78.6%Language:Lua 17.3%Language:CMake 4.1%