Read/write lock pattern |
A read/write lock pattern is a software design pattern that allows Concurrency control read access to an Object (computer science) but requires exclusive access for write operations.
See also Lock pattern, Scheduler pattern, Balking pattern, Lock (software engineering)|
|
