- exception handling (using `CompleteableFuture#c...
# tornadofx
h
- exception handling (using
CompleteableFuture#completeExceptionally()
) is missing, but this is easy to change. -
Future#get()
doesn't use a timeout (which is important for CI environments), but this is easy to change.