https://github.com/awochna/queue_example
Elixir queue example for
https://github.com/awochna/queue_example
Last synced: 3 months ago
JSON representation
Elixir queue example for
- Host: GitHub
- URL: https://github.com/awochna/queue_example
- Owner: awochna
- Created: 2017-03-03T22:30:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T22:31:18.000Z (over 8 years ago)
- Last Synced: 2025-01-29T11:26:17.045Z (4 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QueueExample
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `queue_example` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:queue_example, "~> 0.1.0"}]
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/queue_example](https://hexdocs.pm/queue_example).