diff options
| author | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-26 14:39:59 +0500 |
|---|---|---|
| committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-26 14:39:59 +0500 |
| commit | d9aa58f0ef5a8c2c8550c6aa23409123c18a3c54 (patch) | |
| tree | a6b738f1d5cf58eb24a57b94d673f15d66069b29 | |
| parent | 2f7d1e52e91712effca093318ea2dbfd85d312bd (diff) | |
| download | lua-llthreads2-d9aa58f0ef5a8c2c8550c6aa23409123c18a3c54.tar.gz lua-llthreads2-d9aa58f0ef5a8c2c8550c6aa23409123c18a3c54.tar.bz2 lua-llthreads2-d9aa58f0ef5a8c2c8550c6aa23409123c18a3c54.zip | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -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 |
