From 6fb18f36e7e9733beadbdbea641be7180126e6c0 Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Wed, 2 Jul 2014 11:24:51 +0500 Subject: Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a224770..447d3f0 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu * allow pass cfunctions to child thread (e.g. to initialize Lua state) ##Thread start arguments -| default | `detached` | `joinable` | join returns | child state closes by | gc calls | detach on | -|:-------:|:----------:|:----------:|:------------:|:---------------------:|:--------:|:---------:| -| | false | false | `true` | child | join | `` | -| * | false | true | Lua values | parent | join | `` | -| * | true | false | raise error | child | `` | start | -| | true | true | `true` | child | detach | gc | +| `detached` | `joinable` | join returns | child state closes by | gc calls | detach on | +|:----------:|:----------:|:------------:|:---------------------:|:--------:|:---------:| +| false | false | `true` | child | join | `` | +| false(*) | true(*) | Lua values | parent | join | `` | +| true | false(*) | raise error | child | `` | start | +| true | true | `true` | child | detach | gc | ##Usage -- cgit v1.2.3-55-g6feb