Function
all (array, label) public
Module:
rsvp
Defined in node_modules/rsvp/lib/rsvp/all.js:3
import { all } from 'rsvp';
- array
- Array
Array of promises.
- label
- String
An optional label. This is useful for tooling.
This is a convenient alias for Promise.all
.