19 #ifndef __XRD_CL_SYNC_QUEUE_HH__
20 #define __XRD_CL_SYNC_QUEUE_HH__
31 template <
typename Item>
54 void Put(
const Item &item )
bool IsEmpty()
Check if the queue is empty.
void Put(const Item &item)
Put the item in the queue.
void Clear()
Clear the queue.
std::queue< Item > pQueue
Item Get()
Get the item from the front of the queue.