README.md

# ExQueue

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `ex_queue` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:ex_queue, "~> 0.1.0"}]
    end
    ```

  2. Ensure `ex_queue` is started before your application:

    ```elixir
    def application do
      [applications: [:ex_queue]]
    end
    ```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_queue](https://hexdocs.pm/ex_queue).