Promise.map
Map over an array and return a Promise
A simple sequential version of Promise.map
Parallel async work with an optional concurrency limit, like Bluebird's Promise.map
Map over array avoiding parallel execution, using promises
Patches global.Promise to use bluebird and returns a bluebird instance
Ultralight promise extension compatible with Bluebird
Limit number of promises running in parallel
Map an array n items at a time with promises
TypeScript definitions for promise-map-limit
asynchronous event pool based on bluebird
A set of helpers for JavaScript/Node.js
Concurrent TaskQueue with lifecycle notification
Map Pull Stream with Promise support and done callback
Parallel/concurrent async work, optionally using multiple processes
Extra methods for bluebird promises library
Simple helper function to name promises rather than handling them as an array of unnamed indexes.
This setup compiles Typescript to ESM for the Node.js runtime. It's super-fast. it uses *`swc`* for the actual compiling. *`tsc`* is used for type checking only. nodemon allows us to re-compile and run from dist with every change during developme
Asynchronously traverse tree of mixed promises and values
Promise aware version of JavaScript's `Array.prototype.map`
bluebird's fancy api but with native promises
simple, minimal, tiny promise maps & chains to execute promises in order.
A Map of resolve Promises
Wrap promise-based asynchronous call trees in transactions.