ML Reference
MeVis/Foundation/Sources/MLUtilities/mlWaitCondition.h File Reference

Platform independent class to manage a wait condition that can be used with a mutex to do signalling between threads. More...

#include "mlUtilsSystem.h"
#include "mlMutex.h"

Go to the source code of this file.

Classes

class  ml::WaitCondition
 WaitCondition implements a wait condition for thread synchronization. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.



Detailed Description

Platform independent class to manage a wait condition that can be used with a mutex to do signalling between threads.

Author:
Florian Link
Date:
10/2007

Definition in file mlWaitCondition.h.