lua-users home
lua-l archive

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


> 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