pico-queue
JSON →At only 156 bytes gzipped, pico-queue is a dead-simple, TypeScript-native asynchronous function queue for Node.js and browser. Version 1.2.2 is the current stable release, maintained at a low cadence. It serializes execution of async/sync functions, supports chaining results between tasks, and provides typed generics for safe chaining. Unlike heavier libraries like async/queue or p-limit, pico-queue is minimal but lacks concurrency control or priority.
Resources
packagepico-queue ↗