AsyncQueue

JSON →
library 0.1.0 ·javascript deprecated
verified Jun 7, 2026

Simple FIFO queue for executing async functions sequentially. Version 0.1.0 is the latest stable release, last updated in 2013. It provides a concise API for queuing asynchronous jobs that run one after another, each with success/failure callbacks. Unlike modern alternatives like p-queue or bottleneck, this package is extremely minimal, lacks promise support, and has no concurrency control. It is primarily intended for Node.js environments with callbacks.