From a0e9b343216b2062134b86521a74286e10703015 Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 14 Nov 2025 02:06:22 -0600 Subject: sleep and thread fixes --- library/lullaby/thread.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'library') diff --git a/library/lullaby/thread.lua b/library/lullaby/thread.lua index 41444ff..43e897d 100644 --- a/library/lullaby/thread.lua +++ b/library/lullaby/thread.lua @@ -109,4 +109,8 @@ function thread.mutex() end ---@param N integer function thread.usleep(N) end +---puts the thread to sleep for N seconds +---@param N number +function thread.sleep(N) end + return thread -- cgit v1.2.3