From 4b7969b0bcce51bf86a63760950fbef002ecc872 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 7 May 2024 14:12:25 -0500 Subject: docs --- docs/thread.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3