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