spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Promise.FulfillCallback
spasm
types
Promise
Undocumented in source.
alias
FulfillCallback
(
P
=
void
)
=
P
delegate
()
nothrow
alias
FulfillCallback
(
P
)
=
P
delegate
(
T
)
nothrow
struct
Promise
(T, U = Any)
nothrow
static if
(!(
is(T == void)
))
alias
FulfillCallback
(
P
)
=
P
delegate
(
T
)
nothrow
Meta
Source
See Implementation
spasm
types
Promise
aliases
FulfillCallback
JoinedCallback
JoinedType
RejectCallback
constructors
this
functions
then
manifest constants
ResultMangled
variables
handle