https://github.com/ckampfe/atomic_semaphore
https://github.com/ckampfe/atomic_semaphore
concurrency elixir elixir-lang semaphore synchronization
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ckampfe/atomic_semaphore
- Owner: ckampfe
- License: bsd-3-clause
- Created: 2025-01-10T04:40:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:44:23.000Z (over 1 year ago)
- Last Synced: 2025-01-19T06:36:38.466Z (over 1 year ago)
- Topics: concurrency, elixir, elixir-lang, semaphore, synchronization
- Language: Elixir
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AtomicSemaphore
A [semaphore](https://en.wikipedia.org/wiki/Semaphore_(programming)) for Elixir implemented using Erlang's [atomics](https://www.erlang.org/doc/apps/erts/atomics.html).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `atomic_semaphore` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:atomic_semaphore, "~> 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 .