Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lenra-io/event-queue


https://github.com/lenra-io/event-queue

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# EventQueue

**TODO: Add description**

## Installation

The package is curently not available in hexpm. It will be in near future.

In the meantime you can add it to dependancies using git deps

```elixir
def deps do
[
{:event_queue, git: "[email protected]:LenraOfficial/event-queue.git", tag: "v.y.z"}
]
end
```