ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
PromiseValue
ae
utils
promise
Get the value type of the promise
P
, i.e. its
T
parameter.
template
PromiseValue (
P
) {
alias
PromiseValue
=
T
;
}
Members
Aliases
PromiseValue
alias
PromiseValue
=
T
Meta
Source
See Implementation
ae
utils
promise
modules
concurrency
range
classes
Promise
functions
all
reject
resolve
templates
PromiseError
PromiseValue
PromiseValueTransform
Get the value type of the promise P, i.e. its T parameter.