Home -> ReadWriteMutex -> ReadLock.Unlock
Description
The ReadLock.Unlock method releases the read lock manually. This allows a lock to be released early, however the lock will also be released when the lock object is destroyed.
Usage
void ReadLock::Unlock();