![]() |
Smart Minotaur
|
The BlockingQueue class implements a blocking queue with dynamic size using the pthread API. Mehr ...
#include <BlockingQueue.hpp>
Öffentliche Methoden | |
void | enqueue (const T &p_obj) |
T | dequeue () |
The BlockingQueue class implements a blocking queue with dynamic size using the pthread API.