lua-users home
lua-l archive

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


On Fri, Mar 21, 2014 at 8:06 PM, Rena <hyperhacker@gmail.com> wrote:
> On Fri, Mar 21, 2014 at 3:53 PM, Coroutines <coroutines@gmail.com> wrote:
>>
>> 1) luasocket has that timer but is quite a dependency :(
>
>
> I think LuaSocket only has sleep()? No timer event or such. That would be
> difficult to do in Lua because of no threading; you'd have to have an event
> loop.
>
> I've been working on some modules that do these things. Maybe I'll be able
> to actually publish them eventually... :p
>
> --
> Sent from my Game Boy.

my bad, sometimes I think of sleep functions as timers ~