[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Embedded lua and yielding to the application run loop (macOS)
- From: Ką Mykolas <kamicc@...>
- Date: Tue, 18 Feb 2020 15:15:59 +0200
On Tue, Feb 18, 2020 at 2:21 PM Aaron Magill <asmagill@icloud.com> wrote:
>
> I know, but without a fundamental rewrite, this isn't going to change...
Well, just jumping in without deeper understanding of the context,
would it be an option to spawn another Lua VM
with it's own state and additional communications with the main one or
just the copies of some more or less
static data?