|
activemq-cpp-3.9.5
|
#include <decaf/util/Config.h>#include <decaf/util/Date.h>#include <decaf/util/concurrent/TimeUnit.h>#include <decaf/lang/exceptions/RuntimeException.h>#include <decaf/lang/exceptions/InterruptedException.h>#include <decaf/lang/exceptions/IllegalMonitorStateException.h>Go to the source code of this file.
Data Structures | |
| class | decaf::util::concurrent::locks::Condition |
| Condition factors out the Mutex monitor methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations. More... | |
Namespaces | |
| namespace | decaf |
| Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
| namespace | decaf::util |
| namespace | decaf::util::concurrent |
| namespace | decaf::util::concurrent::locks |