aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 |