diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-10 16:44:13 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-10 16:44:13 +0200 |
commit | 45dbae7032f874f74d5ef39b2928bbe7a9066e56 (patch) | |
tree | 2438d35d1675a925add5d5a38e41de5e2bee8e0b | |
parent | 9b8e06e041127d02666c7dcc8942ddd9d508767a (diff) | |
download | dabmod-45dbae7032f874f74d5ef39b2928bbe7a9066e56.tar.gz dabmod-45dbae7032f874f74d5ef39b2928bbe7a9066e56.tar.bz2 dabmod-45dbae7032f874f74d5ef39b2928bbe7a9066e56.zip |
Fix comment in threadsafequeue
-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 6f3808c..edda490 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 boost thread library + An implementation for a threadsafe queue using std thread library When creating a ThreadsafeQueue, one can specify the minimal number of elements it must contain before it is possible to take one |