How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Compose promise-returning & async functions into a reusable pipeline
The main features of sindresorhus/p-pipe are: Flow Control, Promise Utilities.
Open-source alternatives to sindresorhus/p-pipe include: sindresorhus/p-map — Map over promises concurrently. sindresorhus/p-whilst — While a condition returns true, calls a function repeatedly, and then resolves the promise. sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/p-each-series — Iterate over promises serially. sindresorhus/p-map-series — Map over promises serially. sindresorhus/pify — Promisify a callback-style function.
Map over promises concurrently