sily v3.0.0 (2023-10-17T16:22:24Z)
Dub
Repo
Promise.finish
sily
async
promise
Promise
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
(
V
)
onResolve
)
Meta
Source
See Implementation
sily
async
promise
Promise
aliases
V
functions
except
finish
reject
resolve
then
Registers callback to be called at end. Equivalent to then(onFinally, onFinally)