diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-23 14:12:29 +0500 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-23 14:12:29 +0500 |
commit | 67afb9ede25c1b08aa0a9b523709083f5fbd4008 (patch) | |
tree | 81308cdbbf5ef9d0fbead654de4769999930f819 | |
parent | b290582782ea52d3d8633b4f9dff7691963cc489 (diff) | |
parent | 0cb41b54867d983c41d470a33a07a20aa859879d (diff) | |
download | lua-llthreads2-67afb9ede25c1b08aa0a9b523709083f5fbd4008.tar.gz lua-llthreads2-67afb9ede25c1b08aa0a9b523709083f5fbd4008.tar.bz2 lua-llthreads2-67afb9ede25c1b08aa0a9b523709083f5fbd4008.zip |
Merge branch 'master' of https://github.com/moteus/lua-llthreads2
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ end):start():join() | |||
129 | assert(v == 1) | 129 | assert(v == 1) |
130 | 130 | ||
131 | local thread = Threads.new({ | 131 | local thread = Threads.new({ |
132 | -- this is thread code gets changed arguments | 132 | -- this thread code gets changed arguments |
133 | function(a, b) | 133 | function(a, b) |
134 | assert(1 == a) | 134 | assert(1 == a) |
135 | assert(2 == b) | 135 | assert(2 == b) |