The next button, `Call action off of UI thread` ho...
# tornadofx
e
The next button,
Call action off of UI thread
however, does an explicit
execute
on the
helloCommand
and passes in a parameter directly. This call is fired off of the UI thread, but the
hello
action will still fire on the UI thread because of the
ui = true
parameter passed to the
Command()
constructor.