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>
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. | |
A blocking queue that uses wait/notify and an array to hold the elements.