lua-users home
lua-l archive

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


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