22 #ifndef __M2ETIS_UTILS_EXCEPTIONQUEUE_H__
23 #define __M2ETIS_UTILS_EXCEPTIONQUEUE_H__
41 static std::queue<loginfo> queue;
42 static std::mutex mutex;
static loginfo dequeue()
Removes the first element in the queue.
Implements a queue that supports multiple producers but only one consumer.
static bool isEmpty()
Returns true if the queue is empty.
Internal data structure for exceptions.
static void enqueue(const loginfo &data)
Enqueues data.