From 01de3fbcc49ea6baa311e2f358e3b540325f0e45 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 7 May 2026 02:41:35 -0500 Subject: async:detach() docs --- library/lullaby/thread.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'library/lullaby') 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 -- cgit v1.2.3