[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA missing lua_pushuserdata()?
- From: Wesley Smith <wesley.hoke@...>
- Date: Wed, 7 Oct 2009 00:35:04 -0700
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