From 9f42df734f58c805f153afedd87a5bb720618ada Mon Sep 17 00:00:00 2001 From: amelia squires Date: Fri, 17 Oct 2025 03:01:20 -0500 Subject: thread saftey --- library/lullaby/thread.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/lullaby/thread.lua b/library/lullaby/thread.lua index f529049..ca0f1be 100644 --- a/library/lullaby/thread.lua +++ b/library/lullaby/thread.lua @@ -21,7 +21,7 @@ function async.clean(T) end ---@return nil function async.close(T) end ----stops the thread forcefully, may cause problems +---stops the thread forcefully, may cause problems, likely not thread-safe ---@param T async-table ---@return nil function async.kill(T) end -- cgit v1.2.3