Packages

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.

Current section

0 Dependencies

Jump to

Dependencies of rwlock

0 dependencies

rwlock has no dependencies.

Checksum

Dependency Config

mix.exs

rebar.config

Gleam

erlang.mk

Package Details

Downloads Last 30 days, all versions
0 1 2 3 4

this version

80

yesterday

0

last 7 days

2

all time

80

Last Updated

Oct 12, 2025

License

MIT

Build Tools

mix

Publisher

hamadmarri hamadmarri

Links