diff options
author | moteus <mimir@newmail.ru> | 2013-12-27 18:25:00 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-12-27 18:25:00 +0400 |
commit | a087c2737441aad781be7e3d88775e688152ad4e (patch) | |
tree | 582a8dd895f13eed50ff727c4fc75d5b9b48be9b /README.md | |
parent | a26ecf383900e4c396958da80200cb2eb1121506 (diff) | |
download | lua-llthreads2-a087c2737441aad781be7e3d88775e688152ad4e.tar.gz lua-llthreads2-a087c2737441aad781be7e3d88775e688152ad4e.tar.bz2 lua-llthreads2-a087c2737441aad781be7e3d88775e688152ad4e.zip |
Add. pass cfunctions to child thread.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,6 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu | |||
9 | * does not support ffi interface (use Lua C API for LuaJIT) | 9 | * does not support ffi interface (use Lua C API for LuaJIT) |
10 | * returns nil instead of false on error | 10 | * returns nil instead of false on error |
11 | * start method returns self instead of true on success | 11 | * start method returns self instead of true on success |
12 | * does not open all standart libraries (set LLTHREAD_REGISTER_STD_LIBRARY to on this feature) | ||
13 | * register loaders for llthreads library itself | 12 | * register loaders for llthreads library itself |
14 | 13 | ||
15 | ##Additional | 14 | ##Additional |
@@ -17,6 +16,7 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu | |||
17 | * thread:join() method support arbitrary timeout on Windows threads | 16 | * thread:join() method support arbitrary timeout on Windows threads |
18 | * set_logger function allow logging errors (crash Lua VM) in current llthread's threads | 17 | * set_logger function allow logging errors (crash Lua VM) in current llthread's threads |
19 | * thread:start() has additional parameter which control in which thread child Lua VM will be destroyed | 18 | * thread:start() has additional parameter which control in which thread child Lua VM will be destroyed |
19 | * allow pass cfunctions to child thread (e.g. to initialize Lua state) (experemental) | ||
20 | 20 | ||
21 | ##Usage | 21 | ##Usage |
22 | 22 | ||