What I meant, there is actually no code in `runAsy...
# tornadofx
m
What I meant, there is actually no code in
runAsync
, there is no long running operation, but it makes the code in the
ui
block work, because it probably defers it to when the View is ready.