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