[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Thread safety in Lua
- From: Krzysztof Skrzętnicki <gtener@...>
- Date: Mon, 4 Jul 2011 02:05:55 +0200
Hi!
I'm having some nondeterministic failures with Lua code execution and I suspect this is because of some peculiar threading issues. I couldn't find any comprehensive guide to thread safety with Lua in official documentation and Google failed me this time.
Where I can read about Lua's thread safety?
Best regards,
Krzysztof Skrzętnicki