$ luarocks install queue
In computer science, queue is a data structure
operating on elements in a FIFO (first in, first out)
manner. In other words, the first element added to the
queue will be the first one to be removed.
Even though there are common possibilities to implement
a queue, this module employs a linked list implementation
written in pure Lua.
Versions
Dependencies
lua >= 5.1