MapQueue

An implementation of a queue built on Map.

See tests for usage.

Installation

MapQueue is available on hex.

The package can be installed by adding map_queue to your list of dependencies in mix.exs:

def deps do
  [
    {:map_queue, "~> 0.2.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/map_queue.