sily v3.0.0 (2023-10-17T16:22:24Z)
Dub
Repo
Promise.except
sily
async
promise
Promise
Registers catch callback, equivalent to
then(null, ErrorCallback)
class
Promise
(T, E : Throwable = Exception)
Promise
!(
S
,
F
)
except
(
S
F
=
E
)
(
S
delegate
(
F
)
onCatch
)
Meta
Source
See Implementation
sily
async
promise
Promise
aliases
V
functions
except
finish
reject
resolve
then
Registers catch callback, equivalent to then(null, ErrorCallback)