diff options
Diffstat (limited to 'library/lullaby')
| -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 |
