runLater will execute whatever you pass to it on t...
# tornadofx
c
runLater will execute whatever you pass to it on the UI thread. It's probably not where you want to start a long running task. Did you mean runAsync?