Sign in Sign up
hex

e_q

An Elixir wrapper around the Erlang optimized `queue` that supports the FIFO, first-in first-out, pattern. This is useful is when you can't predict when an item needs to be taken or added to the queue. Use this instead of using `++` or double reversing lists to add items to the "back" of a queue.

hex View on Hex

Activity

Latest release
8y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
MIT
First release
Sep 19, 2017
Releases
Version Released
1.0.0 initial