diff options
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 | ||