Name | Description |
---|---|
MySmartReaderWriterLock | A reader-writer lock implementation designed to support a limited number of concurrent readers, and a single writer. If more than one writer attempts to acquire the lock at the same time, the behavior is undefined. |
Program |