activemq-cpp-3.9.5
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

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