p-queue-compat@1.0.234
// Compatible version of p-queue
$ npm install p-queue-compat
downloads/wk
432,958
license
MIT
version
1.0.234
published
Nov 19, 2025
What is p-queue-compat?
p-queue-compat is a promise-based queue that limits concurrent task execution, useful for controlling how many async operations run simultaneously. Developers use it to throttle API requests, manage resource-intensive operations, or enforce rate limits by queuing tasks with configurable concurrency levels and priority ordering. It provides a compatible alternative to the original p-queue package with support for promise-based workflows.
Links
Keywords
Dependencies (2)
Maintainers
bbeesley