diff options
author | moteus <mimir@newmail.ru> | 2013-12-26 14:34:13 +0400 |
---|---|---|
committer | moteus <mimir@newmail.ru> | 2013-12-26 14:45:02 +0400 |
commit | 92ec624951de2d344b28eb5262a3534822f6d6a7 (patch) | |
tree | 793f5c5ab09f05e0462489678b5186bb588d0b4a /README.md | |
parent | 7b90a331bf1caecfa1ba1e2f3e7f87fa01c389b9 (diff) | |
download | lua-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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | [](https://bitdeli.com/free "Bitdeli Badge") | 19 | [](https://bitdeli.com/free "Bitdeli Badge") |
17 | 20 | ||