IntermediateVocabulary#software-architecture#developer-tools#backend

Read-Write Lock Vocabulary

Build fluency in the vocabulary of a lock allowing many simultaneous readers but only one exclusive writer.

0 / 5 completed
1 / 5
At standup, a dev mentions a lock that allows any number of threads to hold it simultaneously for reading, but requires a thread to hold it exclusively, with no other reader or writer present, before it can write. What is this kind of lock called?