Platform#runLater Question
Mark Fortner
phidias51 at gmail.com
Mon Apr 1 12:05:03 PDT 2013
In the past, I've found the *Platform#runLater* method to be a useful way
to run tasks. However, I've noticed that the code that runs my thread is
not really configurable or accessible. For example, it would be nice to be
able to specify and configure a top-level *ThreadPoolExecutor* to handle my
tasks. Or be able to switch out *Executor* implementations.
I was wondering if there was some reason for implementing runLater this
way, or if there are any plans to change it in the future?
Cheers,
Mark
More information about the openjfx-dev
mailing list