A module for managing ES6 promise concurrency, frequency, and efficiency.
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Map-like, concurrent promise processing for Node.js
Resource pooling for Node.JS
Runs Promises in a pool that limits their concurrency.
Simple and robust resource pool for node.js
TypeScript definitions for pg-pool
Generic resource pooling for Node.JS
Run multiple promise-returning & async functions with limited concurrency using native ES9
This package is intended for Prisma's internal use
Fork of GraphQL.js' execute function
Offload tasks to a pool of workers on node.js and in the browser
Connection pool for node-postgres
A general purpose buffer pool.
OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources
A bluebird wrapper for node-mysql
TypeScript definitions for tiny-async-pool
Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called
Low footprint ECMAScript source code parser
A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features
A better `Promise.race()`
Fastest generic Pool written with TypeScript
A fast, efficient Node.js Worker Thread Pool implementation
Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Async/Await.