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: "Albert-Jan Brouwer" <acj.brouwer@...>
- Date: 2002年8月13日 12:36:14 +0200
> No. You should create another state ("thread", actually) to be your "base"
> thread. You do not need to run any Lua code in that thread, but you need
> it to receive any values passed back by yield (or return).
Is a lua_open() call sufficient to create this base thread, or is some
further
or other initialization required?
---
Albert-Jan