ae v0.0.3141 (2022-02-14T00:51:10Z)
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
await
concurrency
range
classes
Promise
functions
all
reject
resolve
structs
PromiseQueue
templates
PromiseError
PromiseValue
PromiseValueTransform
isPromise
Get the value type of the promise P, i.e. its T parameter.