Readers–writer lock

In computer science, a readers–writer (single-writer lock, a multi-reader lock, a push lock, or an MRSW lock) is a synchronization primitive that solves one of the readers–writers problems. An RW lock allows concurrent access for read-only operations, whereas write operations require exclusive access.

Source: Wikipedia — Readers–writer lock (CC BY-SA 4.0)

Readers–writer lock

In computer science, a readers–writer (single-writer lock, a multi-reader lock, a push lock, or an MRSW lock) is a synchronization primitive that solves one of the readers–writers problems. An RW lock allows concurrent access for read-only operations, whereas write operations require exclusive access.

Source: Wikipedia "Readers–writer lock" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy