lua-users home
lua-l archive

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


On 7/21/05, Richard Ranft <rranft@lvcablemodem.com> wrote:
> Sounds pretty similar, though the LuaManager class in the example manages
> the Lua state.  It also spawns off child states off of the master state
> instead of using threads.

By threads, I was actually referring to the lua_newthread() api
function, which I guess is what you mean by child state, and not
native threads (it's for a nintendo DS game anyway :)