|
activemq-cpp-3.8.2
|
#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 | |
| decaf | |
| Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
| decaf::util | |
| decaf::util::concurrent | |
| decaf::util::concurrent::locks | |