You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
url = "git://github.com/andrewstarks/lsleep", -- We don't have one yet
tag = "v1.05"
}
description = {
summary = "lsleep: sleep and usleep for lua.",
detailed = [[
lsleep contains cross-platform implementations of sleep (Sleep in Windows) and usleep (CreateWaitableTimer.... whatever).
If you're requiring LuaSocket and don't need subsecond sleeping, then you don't need this. LuaSocket has sleep included. I just thought it was weird that there was no way to sleep without requiring a socket library.