hashSettled (object, label) Promisestatic
Defined in bower_components/rsvp/lib/rsvp/hash-settled.js:23
RSVP.hashSettled is similar to RSVP.allSettled, but takes an object instead of an array for its promises argument. Unlike RSVP.all or RSVP.hash, which implement a fail-fast method, but like RSVP.allSettled, hashSettled waits until all the constituent promises have returned and then shows you all the results with their states and values/reasons. This is useful if you want to handle multiple