Skip to content

Commit d7c43c6

Browse files
committed
Update ConcurrentWrapper.h
1 parent 9a58577 commit d7c43c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Concurrency/ConcurrentWrapper/ConcurrentWrapper.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
///
22
/// A concurrent wrapper for serializing asynchronous access to a shared resource.
3-
/// Taken from this excellent presentation on C++ concurrency by Herb Sutter:
3+
/// This is a working version of the concurrent<T> class presented in this excellent presentation
4+
/// on C++ concurrency by Herb Sutter:
45
/// http://channel9.msdn.com/Shows/Going+Deep/C-and-Beyond-2012-Herb-Sutter-Concurrency-and-Parallelism
56
///
67
/// Tweaked to compile with g++ 4.7.2.

0 commit comments

Comments
 (0)