promise-all-props

Promise aggregator

A utility function that waits for multiple promises to resolve, similar to Promise.all but tailored for object properties.

Like Promise.all but for object properties.

GitHub

9 stars
3 watching
2 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list

denopromise

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sindresorhus/pify Promises utility to convert callback-style functions into promise-based versions. 1,507
sindresorhus/p-props A utility for running multiple promises concurrently and mapping values to fulfill them 193
khanlou/promise A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. 621
shinmera/promise A promise mechanism library for asynchronous operations with a focus on reliability and simplicity. 11
aantron/promise A lightweight binding to JavaScript promises in Reason 340
wbinnssmith/promise-method Wraps a synchronous function to return a promise 2
sindresorhus/p-map A utility for mapping over promises concurrently while controlling concurrency and error handling. 1,292
kevinbeaty/any-promise A library that allows you to use any ES 2015 compatible Promise implementation in your application 179
sindresorhus/p-if A utility for conditional promise handling and chaining in TypeScript applications. 60
deput/rwpromisekit A lightweight Objective-C Promise library providing a concise and simplified API for handling asynchronous computations. 114
xhawk18/promise-cpp A C++ promise library with features similar to JavaScript promises, supporting exceptions and chaining parameters. 673
rahatarmanahmed/choo-promise A choo plugin that enables promise-based effects and subscriptions 4
lilyball/tomorrowland An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support 117
sindresorhus/p-any A utility function to wait for any of multiple promises to be fulfilled with cancellation support. 55
sindresorhus/p-all Concurrently execute multiple promise-returning functions with optional concurrency limits. 315