/fifo-read-write-lock

FIFO Read-write Lock blocks any new readers once a writer requests, thus preventing writer lock-out due to continual stream of readers.

Primary LanguageJavaMIT LicenseMIT

No issues in this repository yet.