diff options
| author | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-18 15:39:33 +0500 |
|---|---|---|
| committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-18 15:39:33 +0500 |
| commit | f3755c76b33a5483e51087fff6587cf09f87f5af (patch) | |
| tree | a569798e5ac85736adca2e29fe60e73726dd04b8 | |
| parent | 9268a7555226599d9e713840b9361775a3f249ef (diff) | |
| download | lua-llthreads2-f3755c76b33a5483e51087fff6587cf09f87f5af.tar.gz lua-llthreads2-f3755c76b33a5483e51087fff6587cf09f87f5af.tar.bz2 lua-llthreads2-f3755c76b33a5483e51087fff6587cf09f87f5af.zip | |
Update README.md
| -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 | |
