Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 153 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 153 Bytes

rwlocks

Readers-writer locks for Nim.

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