Description
A FIFO queue library for Lua 5.2, useful when items must be processed in the same order they were added.
It is data-structure infrastructure. Developers use it for task queues, buffers, event handling, or any Lua code that needs first-in, first-out behavior.