aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Melnichuk <mimir@newmail.ru>2014-06-26 14:39:59 +0500
committerAlexey Melnichuk <mimir@newmail.ru>2014-06-26 14:39:59 +0500
commitd9aa58f0ef5a8c2c8550c6aa23409123c18a3c54 (patch)
treea6b738f1d5cf58eb24a57b94d673f15d66069b29
parent2f7d1e52e91712effca093318ea2dbfd85d312bd (diff)
downloadlua-llthreads2-d9aa58f0ef5a8c2c8550c6aa23409123c18a3c54.tar.gz
lua-llthreads2-d9aa58f0ef5a8c2c8550c6aa23409123c18a3c54.tar.bz2
lua-llthreads2-d9aa58f0ef5a8c2c8550c6aa23409123c18a3c54.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 18d1a7b..a224770 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,11 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu
22 22
23##Thread start arguments 23##Thread start arguments
24| default | `detached` | `joinable` | join returns | child state closes by | gc calls | detach on | 24| default | `detached` | `joinable` | join returns | child state closes by | gc calls | detach on |
25|:-------:|:--------:|:--------:|:------------:|:------------------:|:--------:|:---------:| 25|:-------:|:----------:|:----------:|:------------:|:---------------------:|:--------:|:---------:|
26| | false | false | `true` | child | join | `<NEVER>` | 26| | false | false | `true` | child | join | `<NEVER>` |
27| * | false | true | Lua values | parent | join | `<NEVER>` | 27| * | false | true | Lua values | parent | join | `<NEVER>` |
28| * | true | false | raise error | child | `<NONE>` | start | 28| * | true | false | raise error | child | `<NONE>` | start |
29| | true | true | `true` | child | detach | gc | 29| | true | true | `true` | child | detach | gc |
30 30
31 31
32##Usage 32##Usage