summaryrefslogtreecommitdiffstats
path: root/libraries/lua-luv/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/lua-luv/README')
-rw-r--r--libraries/lua-luv/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/lua-luv/README b/libraries/lua-luv/README
new file mode 100644
index 0000000000..418e80f7e5
--- /dev/null
+++ b/libraries/lua-luv/README
@@ -0,0 +1,6 @@
+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.