in src/outmdsd/ConcurrentQueue.h [128:132]
bool empty() const { std::lock_guard<std::mutex> lk(mut); return data_queue.empty(); }