Re: Running multiple threads in a lua state
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Running multiple threads in a lua state
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 4 Apr 2014 13:29:04 -0300
> Thanks for explaining with an example. But is there any example of it
> breaking when it is running only a Lua script and no C code is allowed?
Any Lua script that creates new strings writes to the global string table.