Deprecate the `fail` in `runAsync { } success { } ...
# tornadofx
c
Deprecate the
fail
in
runAsync { } success { } fail { }
to be replaced with
failure
. Reason being that
success
and
fail
are different parts of speech. Every time I see or write those, it makes me do a double take.