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
commitf98fbf1ab34a8ff17daa5d51cbbdb6185f8065f7 (patch)
tree79a5e4750684cddeb4e0a3262bc6589440e8ecdc
parent43f85a15884a344238e25c118768d36976ae783a (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