Skip to content

tdely/nim-rwlocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rwlocks

Readers-writer locks for Nim.

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