This class represents a mutex that allows any number of readers to enter, but when a writer enters, all other readers and writers are blocked.
Base class for synchronization exceptions.
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
The read/write mutex module provides a primitive for maintaining shared read access and mutually exclusive write access.