[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_close() locks but never unlocks... ?
- From: Chris <coderight@...>
- Date: Thu, 2 Feb 2006 20:35:07 -0500
On 2/2/06, Ben Sunshine-Hill <sneftel@gmail.com> wrote:
What is meant:
"All coroutines within a particular lua universe must share the same
mutex. Avoid the mistake of associating the mutex with a specific Lua
state and then failing to find it again when a different coroutine
within the same universe is locked."
Ah, now that helps a lot! At first I thought it didn't make sense but I just went on.
Thanks!
--
// Chris