Unify Platform.runLater() and Platform.startup()

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: fx2.0
    • Component/s: javafx

      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.

            Assignee:
            Kevin Rushforth
            Reporter:
            Igor Nekrestyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: