PexQueue

A Queue that uses the First In, First Out (FIFO) method, unless provided with a function to prioritise items.

Installation

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"}
  ]
end

Documentation

See documentation on PexQueue HexDocs