lua-users home
lua-l archive

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


Use coroutines for this.  It's a much better model for handling event
driven scripting situations where you need to maintain state and
calculations between events.
wes