sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Promise.this
sbylib
engine
promise
Promise
Undocumented in source.
this
(void delegate(void delegate()) f)
class
Promise
(T)
static if
(
is(T == void)
)
this
(
void
delegate
(
void
delegate
(
)
)
f
)
this
(void delegate(void delegate(T)) f)
this
(T delegate(Args) f, Args args)
this
(T delegate(Args) f, Promise!Args parent)
this
(Promise!T delegate(Args) f, Promise!Args parent)
Meta
Source
See Implementation
sbylib
engine
promise
Promise
aliases
Type
constructors
this
functions
error
finished
then