event-emitting-fifo

1.1.0 • Public • Published

FIFO

This is an event-emitting implementation of a First-In-First-Out (FIFO) buffer.

A FIFO buffer (also known as a queue) is a simple ordered structure, where values can be enqueued to the back of the queue and dequeued from the front of the queue.

This implementation provides that functionality with the addition of some event emitting to help respond to changes of state to the FIFO.

Readme

Keywords

Package Sidebar

Install

npm i event-emitting-fifo

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • dancrumb