aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorame <[email protected]>2024-05-07 14:12:25 -0500
committerame <[email protected]>2024-05-07 14:12:25 -0500
commit4b7969b0bcce51bf86a63760950fbef002ecc872 (patch)
tree79a5e4750684cddeb4e0a3262bc6589440e8ecdc
parent3200f04de946049e950c6f7fd1e9d4d2f599c9ea (diff)
docs
-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