[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Sleep
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 13 Oct 2010 18:18:02 -0300
> 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.