diff options
| author | Alexey Melnichuk <mimir@newmail.ru> | 2014-07-02 11:24:51 +0500 |
|---|---|---|
| committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-07-02 11:24:51 +0500 |
| commit | 6fb18f36e7e9733beadbdbea641be7180126e6c0 (patch) | |
| tree | 9c95f815722c0c8b94da1413b4ed49d4496a3699 | |
| parent | dbf215ef683e545de593f5b434764b97dea3e2ac (diff) | |
| download | lua-llthreads2-6fb18f36e7e9733beadbdbea641be7180126e6c0.tar.gz lua-llthreads2-6fb18f36e7e9733beadbdbea641be7180126e6c0.tar.bz2 lua-llthreads2-6fb18f36e7e9733beadbdbea641be7180126e6c0.zip | |
Update README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -21,12 +21,12 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu | |||
| 21 | * allow pass cfunctions to child thread (e.g. to initialize Lua state) | 21 | * allow pass cfunctions to child thread (e.g. to initialize Lua state) |
| 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 | | `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 |
