aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-04-20 12:39:35 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-04-20 12:39:35 +0200
commit96635c032658cc3d45007c02a0701a5961a40c39 (patch)
treeccbf055c66a463970277413de241e7555b720d86 /src
parent7e0910860457e33d44f99b95804574c7c5945c6f (diff)
downloaddabmod-96635c032658cc3d45007c02a0701a5961a40c39.tar.gz
dabmod-96635c032658cc3d45007c02a0701a5961a40c39.tar.bz2
dabmod-96635c032658cc3d45007c02a0701a5961a40c39.zip
Update ThreadsafeQueue comment
Diffstat (limited to 'src')
-rw-r--r--src/ThreadsafeQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ThreadsafeQueue.h b/src/ThreadsafeQueue.h
index 433eae3..ee26ca0 100644
--- a/src/ThreadsafeQueue.h
+++ b/src/ThreadsafeQueue.h
@@ -5,7 +5,7 @@
Copyright (C) 2018
Matthias P. Braendli, matthias.braendli@mpb.li
- An implementation for a threadsafe queue using std thread library
+ An implementation for a threadsafe queue, depends on C++11
When creating a ThreadsafeQueue, one can specify the minimal number
of elements it must contain before it is possible to take one