diff options
author | moteus <mimir@newmail.ru> | 2013-12-26 13:08:45 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-12-26 13:08:45 +0400 |
commit | 7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9 (patch) | |
tree | bdf13cff8a9eda9eb8c90b763f41cb06ea08942a /README.md | |
parent | 1ddc9bd2a0e5f9f4835e39c05df0850cb9aa44bf (diff) | |
download | lua-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ lua-llthreads2 | |||
5 | This is full dropin replacement for [llthreads](https://github.com/Neopallium/lua-llthreads) library. | 5 | This 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 |