Overload | Description |
---|---|
AllResolved(INPromise[]) | The AllResolved method returns a promise that resolves after all of the given promises have either fulfilled or rejected, with an array of booleans each of which describes whether the promise at the specified ordinal fulfilled or rejected. |
AllResolved(INIterable<INPromise>) | The AllResolved method returns a promise that resolves after all of the given promises have either fulfilled or rejected, with an array of booleans each of which describes whether the promise at the specified ordinal fulfilled or rejected. |