Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 221 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 221 Bytes

ReaderWriterLock

Represents a lock that is used to manage access to a resource, allowing multiple threads for reading or exclusive access for writing. Supports timeouts and upgrading/downgrading between read and write.