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 9a58577 commit d7c43c6Copy full SHA for d7c43c6
Concurrency/ConcurrentWrapper/ConcurrentWrapper.h
@@ -1,6 +1,7 @@
1
///
2
/// A concurrent wrapper for serializing asynchronous access to a shared resource.
3
-/// Taken from this excellent presentation on C++ concurrency by Herb Sutter:
+/// This is a working version of the concurrent<T> class presented in this excellent presentation
4
+/// on C++ concurrency by Herb Sutter:
5
/// http://channel9.msdn.com/Shows/Going+Deep/C-and-Beyond-2012-Herb-Sutter-Concurrency-and-Parallelism
6
7
/// Tweaked to compile with g++ 4.7.2.
0 commit comments