Skip to content

Commit 7b03c69

Browse files
committed
Readers–writer_lock
1 parent 0cc8e9d commit 7b03c69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/patterns.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ class Synchronized_encapsulated_value
131131
132132
Classes by default are private. This class doesn't contain public members.
133133
134+
Uses [Readers–writer_lock](https://en.wikipedia.org/wiki/Readers–writer_lock).
135+
134136
See also:
135137
- [Boost synchronized values](https://www.boost.org/doc/libs/release/doc/html/thread/sds.html#thread.sds.synchronized_valuesxxx)
136138
- [boost/thread/synchronized_value.hpp](https://github.com/boostorg/thread/blob/HEAD/include/boost/thread/synchronized_value.hpp)

0 commit comments

Comments
 (0)