lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Is there a rationale for Lua not having a simple, non-busy sleep function?

Lua is based on ANSI C and ANSI C does not have a sleep function.