Reduce a list of values using promises into a promise for a value
created at Oct. 21, 2016, 4:17 a.m.
While a condition returns true, calls a function repeatedly, and then resolves the promise
created at Nov. 17, 2015, 5:48 p.m.
`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome
created at Oct. 21, 2016, 5:50 a.m.
Run promise-returning & async functions a specific number of times concurrently
created at Oct. 22, 2016, 2:19 p.m.
Wait for a specified number of promises to be fulfilled
created at Oct. 21, 2016, 5:17 a.m.
Calls a function repeatedly while a condition returns true and then resolves the promise
created at Nov. 25, 2015, 10:12 p.m.
Wraps a function and returns one that always returns a promise
created at Sept. 19, 2015, 6:42 a.m.
Call a Node-style callback with the resolution value or rejection cause of a Promise without the common pitfalls.
created at March 2, 2016, 7:11 p.m.
Calls a function repeatedly until a condition returns true and then resolves the promise
created at Nov. 25, 2015, 10:11 p.m.