[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Object "Forwarding" Between States
- From: Oliver <oschmidt-mailinglists@...>
- Date: Wed, 29 Jun 2022 10:38:13 +0200
On 29.06.22 10:31, Marc H. Balmer wrote:
> Isn't calling into the same state from different times dangerous, even if you do
> proper locking? With proper locking I mean every call of the C API must first
> obtain a lock, to prevent corrupting the stack, right?
Yes of course. A mtstates object is something like an Java object with
synchronized method(s).
Best regards,
Oliver