async-queue-chain

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

A tiny utility (1.1.0) to chain async functions in a queue and run them sequentially. Released as ESM/CJS with TypeScript types. Unlike general-purpose async queues (e.g., p-limit, Bottleneck), this package focuses on a chainable API, automatic sequential execution, and value passing between tasks. Ideal for managing event-driven workflows where tasks must not overlap. Maintained on GitHub with minimal dependencies.