|
activemq-cpp-3.8.2
|
#include <decaf/util/Config.h>#include <decaf/util/AbstractQueue.h>#include <decaf/util/concurrent/TimeUnit.h>#include <decaf/lang/exceptions/InterruptedException.h>Go to the source code of this file.
Data Structures | |
| class | decaf::util::concurrent::BlockingQueue< E > |
| A decaf::util::Queue that additionally 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... | |
Namespaces | |
| decaf | |
| Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
| decaf::util | |
| decaf::util::concurrent | |