diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ | |||
1 | lua-llthreads2 | 1 | lua-llthreads2 |
2 | ============== | 2 | ============== |
3 | 3 | ||
4 | [llthreads](https://github.com/Neopallium/lua-llthreads) rewrited without [LuaNativeObjects](https://github.com/Neopallium/LuaNativeObjects) | 4 | This 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 | ||