yocto-queue@1.2.2
// Tiny queue data structure
$ npm install yocto-queue
downloads/wk
174,829,502
license
MIT
version
1.2.2
published
Nov 11, 2025
What is yocto-queue?
Yocto-queue is a minimal implementation of a queue data structure that follows FIFO (first-in-first-out) principles, allowing you to add items with enqueue and remove them with dequeue operations. Developers use it when they need a lightweight, efficient queue for managing task ordering, event handling, or any scenario where items must be processed in the order they arrive.
Links
Keywords
Maintainers
sindresorhus