activemq-cpp-3.8.2
Condition.h File Reference

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