summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 072348b..2547cbc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
1lua-llthreads2 1lua-llthreads2
2============== 2==============
3 3
4[llthreads](https://github.com/Neopallium/lua-llthreads) rewrited without [LuaNativeObjects](https://github.com/Neopallium/LuaNativeObjects) 4This is full dropin replacement for [llthreads](https://github.com/Neopallium/lua-llthreads) library.
5
6##Incompatibility list with origin llthreads library
7* does not support ffi interface (use Lua C API for LuaJIT)
8* returns nil instead of false on error
9* start method returns self instead of true on success
10* does not open all standart libraries (set LLTHREAD_REGISTER_STD_LIBRARY to on this feature)
11* register loaders for llthreads library itself