12#ifndef ROC_CORE_MPSC_QUEUE_IMPL_H_
13#define ROC_CORE_MPSC_QUEUE_IMPL_H_
void push_back(MpscQueueData *node)
Add object to the end of the queue.
MpscQueueData * pop_front(bool can_spin)
Remove object from the beginning of the queue.
General-purpose building blocks and platform abstraction layer.
High-level sender and receiver nodes.
MpscQueue node internal data.