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.
- Host: GitHub
- URL: https://github.com/queer/amelia
- Owner: queer
- Created: 2017-11-04T02:55:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T10:25:37.000Z (over 8 years ago)
- Last Synced: 2025-03-10T14:55:41.499Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```