On Mon, 10 Mar 2025 14:31:33 GMT, Andy Goryachev wrote:
>> - synchronized `EventType::register()` method
>> - simplified internal constructor which is only used for `EventType.ROOT`
>>
>> There should negligent impact on performance when `EventTypes` are created
>> in the FX Application Thread.
> - synchronized `EventType::register()` method
> - simplified internal constructor which is only used for `EventType.ROOT`
>
> There should negligent impact on performance when `EventTypes` are created in
> the FX Application Thread.
>
> There might be a distant potential for a deadlock if the