We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc8e9d commit 7b03c69Copy full SHA for 7b03c69
cpp/patterns.cpp
@@ -131,6 +131,8 @@ class Synchronized_encapsulated_value
131
132
Classes by default are private. This class doesn't contain public members.
133
134
+ Uses [Readers–writer_lock](https://en.wikipedia.org/wiki/Readers–writer_lock).
135
+
136
See also:
137
- [Boost synchronized values](https://www.boost.org/doc/libs/release/doc/html/thread/sds.html#thread.sds.synchronized_valuesxxx)
138
- [boost/thread/synchronized_value.hpp](https://github.com/boostorg/thread/blob/HEAD/include/boost/thread/synchronized_value.hpp)
0 commit comments