diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-01-09 13:32:48 +0400 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-01-09 13:32:48 +0400 |
commit | aa247887dcf9ad0375723ce91c39243df2baf547 (patch) | |
tree | 1efb867e14a9651372af42b26019b5b89fd2de5a /README.md | |
parent | f7b4f850de76533f91584bc7578ff12f6a8b5c70 (diff) | |
download | lua-llthreads2-0.1.0.tar.gz lua-llthreads2-0.1.0.tar.bz2 lua-llthreads2-0.1.0.zip |
Add. rockspecs for version 0.1.0v0.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu | |||
15 | * thread:join() method support arbitrary timeout on Windows threads | 15 | * thread:join() method support arbitrary timeout on Windows threads |
16 | * set_logger function allow logging errors (crash Lua VM) in current llthread's threads | 16 | * set_logger function allow logging errors (crash Lua VM) in current llthread's threads |
17 | * thread:start() has additional parameter which control in which thread child Lua VM will be destroyed | 17 | * thread:start() has additional parameter which control in which thread child Lua VM will be destroyed |
18 | * allow pass cfunctions to child thread (e.g. to initialize Lua state) (experemental) | 18 | * allow pass cfunctions to child thread (e.g. to initialize Lua state) |
19 | 19 | ||
20 | ##Usage | 20 | ##Usage |
21 | 21 | ||