Loading
The ReaderWriterLock class is used to synchronize access to a resource. At any given time, it allows concurrent read access to multiple (essentially unlimited) threads, or it allows write access for a single thread.
Editorial changes — reviews, status changes and edits — are shown to the author of this article and to the editors.