PIP 5.5.3
Platform-Independent Primitives
Classes
piblockingqueue.h File Reference

Queue with blocking. More...

#include "piconditionvar.h"
#include "piqueue.h"

Classes

class  PIBlockingQueue< T >
 A Queue that supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element. More...
 

Detailed Description

Queue with blocking.