Simon Petry
Member since Jul 25, 2016
- Profile: /members/13253-simon-petry.htm
- Comments: 1
Recent Blog Comments By Simon Petry
-
On The Difficult Problem Of Logging Errors In Parallel Promises In JavaScript
Posted on Jul 25, 2016 at 9:24 AM
Have you checked out Q's .allSettled() method: https://github.com/kriskowal/q/wiki/API-Reference#promiseallsettled The originator of the request can handle the resolve/rejection itself which separates the concerns from the other grouped promises. Great use of a generator btw.... read more »