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.

Date Activity
Oct 12, 2025 Publish documentation for release 0.1.1
Oct 12, 2025 Publish release 0.1.1
2 activities of 2 total

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