lua-users home
lua-l archive

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


Can you? yes I have done this. It seems to work unless and
exception has been thrown.
Are you supposed to? I dont know.

David B

If a thread returns from lua_resume()--not by yielding--but I've stored
the thread in the registry to prevent garbage collection, can I re-issue
lua_resume() rather than creating a new thread?