ae ~next-master (2021-11-15T07:19:42.0556092)
Dub
Repo
all
ae
utils
promise
Wait for all promises to be resolved, or for any to be rejected.
Promise
!(
T
[],
E
)
all
(Promise!(T, E)[] promises)
Promise
!(
T
[],
E
)
all
(
T
E
)
(
Promise
!(
T
,
E
)[]
promises
...
)
if
(
!
is
(
T
==
void
)
)
Promise
!(
void
,
E
)
all
(Promise!(void, E)[] promises)
Meta
Source
See Implementation
ae
utils
promise
classes
Promise
functions
all
Wait for all promises to be resolved, or for any to be rejected.