From 45dbae7032f874f74d5ef39b2928bbe7a9066e56 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 10 Apr 2018 16:44:13 +0200 Subject: Fix comment in threadsafequeue --- src/ThreadsafeQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3