Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtm9/simple_queue
Simple persistent queues
https://github.com/vtm9/simple_queue
elixir queue
Last synced: about 1 hour ago
JSON representation
Simple persistent queues
- Host: GitHub
- URL: https://github.com/vtm9/simple_queue
- Owner: vtm9
- Created: 2018-01-26T13:19:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T10:40:15.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T20:43:19.245Z (about 1 month ago)
- Topics: elixir, queue
- Language: Elixir
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleQueue
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `simple_queue` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:simple_queue, "~> 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/simple_queue](https://hexdocs.pm/simple_queue).