summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormoteus <mimir@newmail.ru>2013-12-26 14:34:13 +0400
committermoteus <mimir@newmail.ru>2013-12-26 14:45:02 +0400
commit92ec624951de2d344b28eb5262a3534822f6d6a7 (patch)
tree793f5c5ab09f05e0462489678b5186bb588d0b4a /README.md
parent7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9 (diff)
downloadlua-llthreads2-92ec624951de2d344b28eb5262a3534822f6d6a7.tar.gz
lua-llthreads2-92ec624951de2d344b28eb5262a3534822f6d6a7.tar.bz2
lua-llthreads2-92ec624951de2d344b28eb5262a3534822f6d6a7.zip
Add. timeout parameter to thread:join() method
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ca6f36..c0b67bf 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,9 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu
12* does not open all standart libraries (set LLTHREAD_REGISTER_STD_LIBRARY to on this feature) 12* does not open all standart libraries (set LLTHREAD_REGISTER_STD_LIBRARY to on this feature)
13* register loaders for llthreads library itself 13* register loaders for llthreads library itself
14 14
15##Additional
16* thread:join() method support zero timeout to check if thread alive
17* thread:join() method support arbitrary timeout on Windows platform
15 18
16[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/moteus/lua-llthreads2/trend.png)](https://bitdeli.com/free "Bitdeli Badge") 19[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/moteus/lua-llthreads2/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
17 20