Classes | Namespaces
ArrayBlockingQueue.hpp File Reference

(1)

A blocking queue that uses wait/notify and an array to hold the elements. More...

#include <Balau/Container/BlockingQueue.hpp>
#include <Balau/Type/StdTypes.hpp>
#include <condition_variable>
Include dependency graph for ArrayBlockingQueue.hpp:

Go to the source code of this file.

Classes

class  ArrayBlockingQueue< T >
 A blocking queue that uses wait/notify and an array to hold the elements. More...
 

Namespaces

 Balau::Container
 Various container classes, apart from interprocess containers.
 

Detailed Description

A blocking queue that uses wait/notify and an array to hold the elements.