aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3e2661a..2ca6f36 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ lua-llthreads2
5This is full dropin replacement for [llthreads](https://github.com/Neopallium/lua-llthreads) library. 5This is full dropin replacement for [llthreads](https://github.com/Neopallium/lua-llthreads) library.
6 6
7##Incompatibility list with origin llthreads library 7##Incompatibility list with origin llthreads library
8* does not support Lua 5.0
8* does not support ffi interface (use Lua C API for LuaJIT) 9* does not support ffi interface (use Lua C API for LuaJIT)
9* returns nil instead of false on error 10* returns nil instead of false on error
10* start method returns self instead of true on success 11* start method returns self instead of true on success