You could probably just check if the task is compl...
# tornadofx
r
You could probably just check if the task is complete inside success and fail in the code that's running on the UI thread. If the task is complete, run the callback, otherwise install it for later.