in src/outmdsd/ConcurrentQueue.h [134:138]
size_t size() const { std::lock_guard<std::mutex> lk(mut); return data_queue.size(); }