Qex
A minimal FIFO queue implementation for Elixir
A primitive queue data structure that doesn't spawn a separate process
Protocols
Inspect and Enumerable are implemented, use queues with Enum!
Installation
If available in Hex, the package can be installed as:
-
Add
qexto your list of dependencies inmix.exs:
```elixir
def deps do
[{:qex, "~> 0.1.0"}]
end
```