diff options
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 |