libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
JsPromise.JoinedCallback
libwasm
types
JsPromise
Undocumented in source.
alias
JoinedCallback
(
P
=
void
)
=
P
delegate
()
nothrow
alias
JoinedCallback
(
P
)
=
P
delegate
(
JoinedType
)
nothrow
struct
JsPromise
(T = Any)
nothrow
static if
(!(
is(T == void)
))
alias
JoinedCallback
(
P
)
=
P
delegate
(
JoinedType
)
nothrow
Meta
Source
See Implementation
libwasm
types
JsPromise
aliases
FulfillCallback
JoinedCallback
JoinedType
RejectCallback
U
constructors
this
functions
error
then
manifest constants
ResultMangled
variables
handle