SlackBuildsOrg/libraries/lua-luv
Ruben Schuller d7650e6ac4
libraries/lua-luv: New maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-16 08:03:03 +07:00
..
lua-luv.info libraries/lua-luv: New maintainer 2021-10-16 08:03:03 +07:00
lua-luv.SlackBuild libraries/lua-luv: New maintainer 2021-10-16 08:03:03 +07:00
README
slack-desc

This library makes libuv available to lua scripts. It was made for the luvit
project but should usable from nearly any lua project.

The library can be used by multiple threads at once. Each thread is assumed to
load the library from a different lua_State. Luv will create a unique uv_loop_t
for each state. You can't share uv handles between states/loops.