1.1.0 • Published 8 years ago

event-emitting-fifo v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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.

1.1.0

8 years ago

1.0.0

8 years ago