aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/thread.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/thread.md b/docs/thread.md
index 32df9c9..a8c10ad 100644
--- a/docs/thread.md
+++ b/docs/thread.md
@@ -19,7 +19,7 @@ local t = llib.thread.async(function(info)
...
llib.thread.lock(5)
...
- return N
+ res(N)
end)
...
@@ -47,6 +47,8 @@ as used with "res" above
#### res:res() **
+> will be eventually used as just res()
+
'takes any amount of "any" values
send a value(s) to thread:await() call then stalls the thread until cleaned