diff options
| author | amelia squires <[email protected]> | 2025-10-17 03:01:20 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-10-17 03:01:20 -0500 |
| commit | 9f42df734f58c805f153afedd87a5bb720618ada (patch) | |
| tree | 46349e78b832cf24c37067e6566fb0660b30d636 /library | |
| parent | b94f6d148193f91cab50d16e2873095827b89b1b (diff) | |
thread saftey
Diffstat (limited to 'library')
| -rw-r--r-- | library/lullaby/thread.lua | 2 |
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 |
