<@U10EJRH2L>: It wasn't easy finding the right sol...
# tornadofx
e
@Ruckus: It wasn't easy finding the right solution to the runAsync/ui problem, because when you call runAsync, it starts running at once. The issue was not what happened in the success handler, but the fact that we start the task before success has a chance to run. When I "corrected" what happened in success, the problem actually became worse. Looking for alternatives without breaking the current syntax now.