aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Melnichuk <mimir@newmail.ru>2014-06-18 15:39:33 +0500
committerAlexey Melnichuk <mimir@newmail.ru>2014-06-18 15:39:33 +0500
commitf3755c76b33a5483e51087fff6587cf09f87f5af (patch)
treea569798e5ac85736adca2e29fe60e73726dd04b8
parent9268a7555226599d9e713840b9361775a3f249ef (diff)
downloadlua-llthreads2-f3755c76b33a5483e51087fff6587cf09f87f5af.tar.gz
lua-llthreads2-f3755c76b33a5483e51087fff6587cf09f87f5af.tar.bz2
lua-llthreads2-f3755c76b33a5483e51087fff6587cf09f87f5af.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3308c7..b7d8010 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu
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 | falas | `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 |