/nim-rwlocks

Readers-writer locks for Nim.

Primary LanguageNimMIT LicenseMIT

rwlocks

Readers-writer locks for Nim.

The RW lock allows any number of readers concurrent access but will only grant writers exclusive access.