summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormoteus <mimir@newmail.ru>2013-12-26 13:08:45 +0400
committermoteus <mimir@newmail.ru>2013-12-26 13:08:45 +0400
commit7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9 (patch)
treebdf13cff8a9eda9eb8c90b763f41cb06ea08942a /README.md
parent1ddc9bd2a0e5f9f4835e39c05df0850cb9aa44bf (diff)
downloadlua-llthreads2-7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9.tar.gz
lua-llthreads2-7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9.tar.bz2
lua-llthreads2-7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9.zip
Fix. load library on Lua 5.2
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