aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-10-17 03:01:20 -0500
committeramelia squires <[email protected]>2025-10-17 03:01:20 -0500
commit9f42df734f58c805f153afedd87a5bb720618ada (patch)
tree46349e78b832cf24c37067e6566fb0660b30d636 /library
parentb94f6d148193f91cab50d16e2873095827b89b1b (diff)
thread saftey
Diffstat (limited to 'library')
-rw-r--r--library/lullaby/thread.lua2
1 files changed, 1 insertions, 1 deletions
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