lua-users home
lua-l archive

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


On Fri, Jun 21, 2013 at 1:29 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> How about 'daughter threads' launched in different OS threads? So there may
> be some mutexed communication between these in the same 'global' Lua state?


those threads all belong to the same state, so must share the same mutex.

--
Javier