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: Sean Conner <sean@...>
- Date: Mon, 6 Mar 2017 00:41:34 -0500
It was thus said that the Great Dirk Laurie once stated:
> 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?
You must load some module. Standard C has no such call.
-spc (Or shell out to the sleep command ... )