/simple-read-write-lock

Simple Read-write Lock uses a counter and a boolean flag to keep track of multiple readers and a writer, but does not prioritize writers.

Primary LanguageJavaMIT LicenseMIT

Stargazers

No one’s star this repository yet.