1 #ifndef messagefacility_MessageService_ThreadQueue_h 2 #define messagefacility_MessageService_ThreadQueue_h
static constexpr int buf_size
static constexpr int buf_depth
virtual ~ThreadQueue()=default
void produce(OpCode opcode, void *operand)
void consume(OpCode &opcode, void *&operand)
ThreadQueue & operator=(ThreadQueue const &)=delete