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

https://github.com/queer/amelia

Distributed timed / data-based locking for Elixir.
https://github.com/queer/amelia

Last synced: 8 months ago
JSON representation

Distributed timed / data-based locking for Elixir.

Awesome Lists containing this project

README

          

# Amelia

Distributed timed / data-based locking for Elixir.

## Installation

Add the following to your mix.exs:

```elixir
def deps do
[
{:amelia, github: "queer/amelia"}
]
end
```