Closed SchweinchenFuntik closed 2 years ago
I am using JPro (https://www.jpro.one) to create a web app. And I ran into the problem that TornadoFX does not work well with multiapplication:
EventBus
ThreadPool
FX.defaultScope
I plan to change this, so I ask you to participate and put forward your suggestions how it should or may look like.
I think it's worth creating a public API to stop the Application
Application
I am using JPro (https://www.jpro.one) to create a web app. And I ran into the problem that TornadoFX does not work well with multiapplication:
EventBus
andThreadPool
are canceled;FX.defaultScope
- global state, due to which the wrong scope is sometimes taken;I plan to change this, so I ask you to participate and put forward your suggestions how it should or may look like.