slackbuilds/libraries/lua-luv
Ruben Schuller df9adeb248
libraries/lua-luv: Updated for version 1.43.0_0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-24 01:47:20 +07:00
..
README libraries/lua-luv: Wrap README at 72 columns. 2022-03-13 15:49:06 -04:00
lua-luv.SlackBuild libraries/lua-luv: Updated for version 1.43.0_0. 2022-04-24 01:47:20 +07:00
lua-luv.info libraries/lua-luv: Updated for version 1.43.0_0. 2022-04-24 01:47:20 +07:00
slack-desc

README

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.