.all() -> Promise
Consume the resolved Iterable
and wait for all items to fulfill similar to Promise.all()
.
Promise.resolve(iterable).all()
is the same as Promise.all(iterable)
.
© 2013–2018 Petka Antonov
Licensed under the MIT License.
http://bluebirdjs.com/docs/api/all.html