[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: once again, cooperative multitasking?
- From: Mark Hamburg <mhamburg@...>
- Date: Wed, 14 Apr 2004 15:35:02 -0700
on 4/14/04 11:31 AM, Virgil Smith at Virgil@Nomadics.com wrote:
> i.e. they were created using lua_newthread, <not> lua_open (except for the
> first one of course).
>
> Anyone following along and still confused as to why the lua_States need
> protection from one another, should now be able to look this up. :-)
>
> Mark correct me if my guess is wrong.
Your guess is correct. I'm probably also guilty of inventing the term "Lua
universe" but I didn't know what else to call a set of states and data that
are all interconnected.
Mark