MapQueue
An implementation of a queue built on Map.
See tests for usage.
Installation
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"}
]
endDocumentation can be found at https://hexdocs.pm/map_queue.