Compose promise-returning & async functions into a reusable pipeline
☆131Apr 8, 2021Updated 5 years ago
Alternatives and similar repositories for p-pipe
Users that are interested in p-pipe are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Wait for a specified number of promises to be fulfilled☆40Sep 11, 2025Updated 11 months ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆57Oct 16, 2024Updated last year
- Map over promises serially☆51Apr 9, 2021Updated 5 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Apr 9, 2021Updated 5 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆40Mar 4, 2026Updated 5 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Calls a function repeatedly while a condition returns true and then resolves the promise☆38Aug 29, 2024Updated last year
- Log the value/error of a promise☆30Apr 9, 2021Updated 5 years ago
- Reduce a list of values using promises into a promise for a value☆74Feb 11, 2023Updated 3 years ago
- Define a lazily evaluated property on an object☆67Mar 19, 2023Updated 3 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆79Sep 11, 2025Updated 11 months ago
- Iterate over promises serially☆53Jul 8, 2022Updated 4 years ago
- A better `Promise.race()`☆52Dec 13, 2022Updated 3 years ago
- Conditional promise chains☆64Apr 9, 2021Updated 5 years ago
- Run promise-returning & async functions repeatedly until you end it☆52Jun 16, 2026Updated last month
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Check if a file path is a binary file☆49Apr 30, 2024Updated 2 years ago
- Filter promises concurrently☆83Mar 22, 2026Updated 4 months ago
- Run promise-returning & async functions a specific number of times concurrently☆42Oct 4, 2021Updated 4 years ago
- Tap into a promise chain without affecting its value or state