dam4rus commented on a change in pull request #992:
URL: https://github.com/apache/nifi-minifi-cpp/pull/992#discussion_r579208057
##########
File path: libminifi/include/utils/MinifiConcurrentQueue.h
##########
@@ -135,6 +143,22 @@ class ConcurrentQueue {
std::deque<T> queue_;
};
+// Enables batched operations on a ConcurrentQueue by holding a reference to
the queue and locking it's mutex
Review comment:
Good point.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]