summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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