ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
all
ae
utils
promise
Wait for all promises to be resolved, or for any to be rejected.
PromiseValueTransform
!(
P
,
x
=> [
x
]
)
all
(
P
)
(
P
[]
promises
...
)
if
(
is
(
P
==
Promise
!(
T
,
E
),
T
E
)
)
Meta
Source
See Implementation
ae
utils
promise
modules
concurrency
range
classes
Promise
functions
all
reject
resolve
templates
PromiseError
PromiseValue
PromiseValueTransform
Wait for all promises to be resolved, or for any to be rejected.