aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorame <[email protected]>2026-05-07 02:41:35 -0500
committerame <[email protected]>2026-05-07 02:41:35 -0500
commit01de3fbcc49ea6baa311e2f358e3b540325f0e45 (patch)
tree15b71da30553e7fa6e20ebd99d28a14eb42e8983 /library
parent215a31d4eef417e1f6a29fba23eab830f7630634 (diff)
async:detach() docs
Diffstat (limited to 'library')
-rw-r--r--library/lullaby/thread.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/lullaby/thread.lua b/library/lullaby/thread.lua
index fc29e90..2da4a74 100644
--- a/library/lullaby/thread.lua
+++ b/library/lullaby/thread.lua
@@ -26,6 +26,11 @@ function async.close(T) end
---@return nil
function async.kill(T) end
+---removes gc, instead collecting after it has been run
+---@param T async-table
+---@return nil
+function async.kill(T) end
+
---contains data for the thread
---@deprecated
---@type lightuserdata