Read and write lock pattern
In computing, the Read and write lock pattern is a design pattern that allows concurrent read access to an object but requires exclusive access for write operations.
See also: Lock (software engineering).
Categories: Stub | Software design patterns