[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_close() locks but never unlocks... ?
- From: Ben Sunshine-Hill <sneftel@...>
- Date: Thu, 2 Feb 2006 17:34:38 -0800
On 2/2/06, Chris <coderight@gmail.com> wrote:
> Yes, I think that answers my question. You simply can not access a Lua
> state from another thread, even with the internal locking enabled.
Again: Yes you can (well, through registere C functions). You just
need to correctly define your locking mechanism.
Ben