diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:49:06 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:49:06 -0400 |
commit | ccc04b28d345050671fef0c0ee7143c7983fac78 (patch) | |
tree | ff5a77f1b345979f66468539580afec1a8f1c191 /libraries/lua-luv | |
parent | 7676a30dbf673be3089074c5fde2a393651d2c0b (diff) |
libraries/lua-luv: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/lua-luv')
-rw-r--r-- | libraries/lua-luv/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/lua-luv/README b/libraries/lua-luv/README index 418e80f7e58d0..f94d15c66d8d4 100644 --- a/libraries/lua-luv/README +++ b/libraries/lua-luv/README @@ -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. |