Showing 1-20 of 692 packages
Like Promise.all, but save rejections until all promises are resolved
Simple like Promise.all(), but sequentially!
Better Promise.all with automatic dependency optimization
Like `Promise.all()` but for `Map` and `Object`
`Promise.all` and `Promise.allSettled` with concurrency option and async iterable result
Promise.all with limited concurrency
Like `Promise.all`, but when all `Promise`s are settled.
A Promise.all but for Objects as well as Arrays
Like Promise.all, only less so
Like `Promise.all` but for object properties.
Like Bluebird's Promise.props; like Promise.all but for an object with named properties
Work like Promise.all with objects any nesting level
like `Promise.all` but you can specify how many concurrent tasks you want at once
Track down promise states of all promise functions executing in parallel. Similar to promise.all function, but it rejects the complete promise.all() even if any one of the promise fails, where as promises-all npm will indiviudally return you the states.
Promise.all for gulp streams, so you can compose a bunch of 'private' subtasks.
Promise.all + map for all iterables
Promise.all() with concurrency limit
like Promise.all() but with limit on concurrency
Progress bar to animate the status of Promise.all
Like Promise.all but for Objects