libraries/lua-luv: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:49:06 -04:00
parent 7676a30dbf
commit ccc04b28d3
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
This library makes libuv available to lua scripts. It was made for the luvit
project but should usable from nearly any lua project.
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.
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.