diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-20 12:39:35 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-20 12:39:35 +0200 |
commit | 96635c032658cc3d45007c02a0701a5961a40c39 (patch) | |
tree | ccbf055c66a463970277413de241e7555b720d86 | |
parent | 7e0910860457e33d44f99b95804574c7c5945c6f (diff) | |
download | dabmod-96635c032658cc3d45007c02a0701a5961a40c39.tar.gz dabmod-96635c032658cc3d45007c02a0701a5961a40c39.tar.bz2 dabmod-96635c032658cc3d45007c02a0701a5961a40c39.zip |
Update ThreadsafeQueue comment
-rw-r--r-- | src/ThreadsafeQueue.h | 2 |
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 |