queue-that-promise

JSON →
library 1.2.3 ·javascript maintenance
verified Jun 7, 2026

A minimal promise queue that ensures callbacks execute sequentially in order of addition. Current stable version is 1.2.3, with a simple API consisting of add(), done(), and count(). It is lightweight at 500 bytes gzipped and has no dependencies. This differs from larger queue libraries by focusing solely on promise-based serialization without concurrency control or priorities. The project is in maintenance mode with infrequent updates.