Packages

rwlock

v 0.1.1

A concurrent **Readers/Writer lock** implementation built on `GenServer`. `RWLock` allows multiple readers to acquire a shared (`:sh_lock`) lock simultaneously, while ensuring that only one writer (`:ex_lock`) can hold an exclusive lock at any given time.

Versions

Version Published Date Note
October 12, 2025

Checksum

Dependency Config

mix.exs

rebar.config

erlang.mk

Package Details

Downloads Last 30 days, 0.1.1
0 20 40 60 80

this version

69

yesterday

0

last 7 days

0

all time

69

Last Updated

Oct 12, 2025

License

MIT

Build Tools

mix

Publisher

hamadmarri hamadmarri

Links