summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexey Melnichuk <mimir@newmail.ru>2014-01-09 13:32:48 +0400
committerAlexey Melnichuk <mimir@newmail.ru>2014-01-09 13:32:48 +0400
commitaa247887dcf9ad0375723ce91c39243df2baf547 (patch)
tree1efb867e14a9651372af42b26019b5b89fd2de5a /README.md
parentf7b4f850de76533f91584bc7578ff12f6a8b5c70 (diff)
downloadlua-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f84fdb2..ba38ebd 100644
--- a/README.md
+++ b/README.md
@@ -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