Re: Can't Lua ever sleep?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Can't Lua ever sleep?
- From: "szbnwer@..." <szbnwer@...>
- Date: Mon, 6 Mar 2017 06:42:08 +0100
i think these are posix not c99 so luaposix can be good to go (maybe
i'm wrong, but there's sleep in it that i know, and there's no sleep
afaik in lua)
2017年03月06日 6:35 GMT+01:00 Dirk Laurie <dirk.laurie@gmail.com>:
> I've searched the manual for "sleep", "wait", "pause", "delay"
> and not found any except the pauses of the GC. Does it have
> a different name or must I load some module?
>