Re: Solution to Problem with LuaJava, Android and Threads
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Solution to Problem with LuaJava, Android and Threads
- From: steve donovan <steve.j.donovan@...>
- Date: 2014年4月15日 17:40:18 +0200
On Tue, Apr 15, 2014 at 4:31 PM, <matthew@bluedino.net> wrote:
> Changing the native calls from "static synchronized native" to simply
> "synchronized native" restores the proper behavior--now two calls to
> doString on the _same_ state are sequential, while calls to doString on
> _different_ Lua states are concurrent.
I'm glad you came back to tell us the solution! I've been meaning to
revisit AndroLua and any improvements to LuaJava are much appreciated.