lua-users home
lua-l archive

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


On 14 May 2013 10:36, Jose Torre-Bueno <jtorrebueno@cox.net> wrote:
> Is there any way to pause a lua program for less than one second?
>
> Thanks to your help I can write a loop like this:
>

luasocket can be used (it's often installed)

    require "socket".sleep(0.5)

Also, please don't top post.