diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | |