Re: Yielding to C (5.0w0)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Yielding to C (5.0w0)
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2002年8月13日 09:46:30 -0300
> Is a lua_open() call sufficient to create this base thread, or is some
> further or other initialization required?
Just lua_open(); you then call lua_newthread(L) to create the second state.
-- Roberto