[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: Tue, 13 Aug 2002 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