ExQueue
TODO: Add description
Installation
If available in Hex, the package can be installed as:
- Add
ex_queueto your list of dependencies inmix.exs:
```elixir
def deps do
[{:ex_queue, "~> 0.1.0"}]
end
```
- Ensure
ex_queueis started before your application:
```elixir
def application do
[applications: [:ex_queue]]
end
```
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_queue.