Promise.finish

Registers callback to be called at end. Equivalent to then(onFinally, onFinally)

class Promise(T, E : Throwable = Exception)
Promise!(S, E)
finish
(
S
)
(
S delegate
()
onResolve
)

Meta