Relates :
|
Currently we need to wait for PlatformImpl.startup() to finish before we can use Platform.runLater(). This is not really convenient as we need to track PlatformImpl initialization status in the deployment code. Ideally, we want to launch "warmup" operation on the platform in the background thread and expect that subsequent operations can be launched any time later using runLater(). Even if startup had not finished yet.
|