lua-users home
lua-l archive

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


Sounds good. But if there is nothing else to do it would still busy the system I guess?

On 10/13/10 8:58 PM, Steven Johnson wrote:
Can you run your game tick in a coroutine? If so, you can mitigate the
busy-ness of the loop by interspersing yield() calls.