aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/lullaby/thread.lua4
1 files changed, 4 insertions, 0 deletions
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