This is probably the ugliest bug in TornadoFX, we ...
# tornadofx
e
This is probably the ugliest bug in TornadoFX, we really should fix this: https://stackoverflow.com/questions/47745053/tornarofx-runasync-issue
r
I think most other Kotlin solutions do
Copy code
runasync {
    ...
    ui {}
}
It's uglier, but guaranteed to work.