|
On Sat, Jun 6, 2015 at 1:21 PM, Nagaev Boris <bnagaev@gmail.com> wrote:--You can use N Lua states in N threads (1 thread = 1 Lua state), but
you could not use 1 Lua state in N threads.Do you know if this applies to the "daughter states" created by coroutine threads? Is something like this e.g. what Lanes does?Brigham Toskin