10 packages found
Description
Utility to run multiple promises & deliver execution results of all Promises at a time.
Keywords
Publisher
Description
Helpful functions that deal with promises. Avoid fast-failing and wait for all promises to be settled, iterate over arrays and objects, useful promise generation functions, promisify and callbackify.
Keywords
Publisher
Description
`Promise.all`, but it waits for all promises to settle even if one of them rejected
Keywords
Publisher
Description
Returns the first Promise in an iterable to resolve
Keywords
- abort
- abortable
- all
- any
- cancel
- cancelable
- canceled
- canceling
- cancellable
- cancellation
- concurrency
- concurrently
- for-each
- foreach
- View more
Publisher
Description
settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejected
Keywords
Publisher
Description
Just another library with the sole purpose of waiting till all promises to complete.; Nothing more, Nothing less.
Keywords
Publisher
Description
Promise.all function that waits for all promises to be settled
Keywords
Publisher
Description
Collect all resolved promise values
Keywords
Publisher
Description
Like Promise.all(), but waits for all promises to settle, regardless of failure