In the simplest case, if I had a controller that i...
# tornadofx
g
In the simplest case, if I had a controller that implements
Closable
, how can I tie the
close()
call into coroutine lifecycles? --Similarly, how best to tie a failed coroutine into the controllers lifecycle?