From 96635c032658cc3d45007c02a0701a5961a40c39 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 20 Apr 2018 12:39:35 +0200 Subject: Update ThreadsafeQueue comment --- src/ThreadsafeQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3