diff options
author | moteus <mimir@newmail.ru> | 2013-12-26 12:00:41 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-12-26 12:00:41 +0400 |
commit | febf9da1af8ba4cf0f8cc64b6af2adb0dcf9b354 (patch) | |
tree | 735ef634f8ebeab2101aa21897fd4e4e2f826f32 /README.md | |
parent | 46ed59584e5407c49a02f1ea6bede6487259a92e (diff) | |
download | lua-llthreads2-febf9da1af8ba4cf0f8cc64b6af2adb0dcf9b354.tar.gz lua-llthreads2-febf9da1af8ba4cf0f8cc64b6af2adb0dcf9b354.tar.bz2 lua-llthreads2-febf9da1af8ba4cf0f8cc64b6af2adb0dcf9b354.zip |
First commit.
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 | ||