A Queue that uses the First In, First Out (FIFO) method, unless provided with a function to prioritise items.
If available in Hex, the package can be installed
by adding pex_queue to your list of dependencies in mix.exs:
def deps do
[
{:pex_queue, "~> 0.1.0"}
]
endSee documentation on PexQueue HexDocs