From f3755c76b33a5483e51087fff6587cf09f87f5af Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Wed, 18 Jun 2014 15:39:33 +0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3308c7..b7d8010 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is full dropin replacement for [llthreads](https://github.com/Neopallium/lu ##Thread start arguments | default | `detached` | `joinable` | join returns | child state closes by | gc calls | detach on | |:-------:|:--------:|:--------:|:------------:|:------------------:|:--------:|:---------:| -| | false | falas | `true` | child | join | `` | +| | false | false | `true` | child | join | `` | | * | false | true | Lua values | parent | join | `` | | * | true | false | raise error | child | `` | start | | | true | true | `true` | child | detach | gc | -- cgit v1.2.3-55-g6feb