FIFO Packages

tiny-queue

Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.

0.2.1 • Published 10 years ago

p-fifo

Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.

1.0.0 • Published 5 years ago