aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1b9dea6..d384055 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu
13* register loaders for llthreads library itself 13* register loaders for llthreads library itself
14 14
15##Additional 15##Additional
16* thread:join() method support zero timeout to check if thread alive 16* thread:join() method support zero timeout to check if thread alive (does not work on Windows with pthreads)
17* thread:join() method support arbitrary timeout on Windows platform 17* thread:join() method support arbitrary timeout on Windows threads
18* set_logger function allow logging errors (crash Lua VM) in current llthread's threads 18* set_logger function allow logging errors (crash Lua VM) in current llthread's threads
19* thread:start() has additional parameter which control in which thread child Lua VM will be destroyed 19* thread:start() has additional parameter which control in which thread child Lua VM will be destroyed
20 20