Queue Proccessor

JSON →
library 0.1.8 ·javascript
verified Jun 7, 2026

A lightweight queue processor for managing asynchronous task dispatch, version 0.1.8, with moderate release cadence. Provides a centralized queue that can be started and stopped, ensuring messages are processed sequentially to avoid loss from unawaited promises. Simpler alternatives include bull or async queues, but this package offers minimal setup and built-in TypeScript types.