Sorry to interrupt, but I have a quick question. W...
# tornadofx
n
Sorry to interrupt, but I have a quick question. Why can't I access the
ui
block in the
success
consumer of
runAsync
? ie
Copy code
runAsync { ... } success { ui { /* update stuff here */ } }