Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXCondition Class Reference

A condition variable is a mechanism by which a programmer can synchronise multiple threads (those waiting in wait()). More...

#include <FXCondition.h>

Inheritance diagram for FXEX::FXCondition::

FXEX::FXWaitable FXEX::FXThreadedObject FXObject List of all members.

Detailed Description

A condition variable is a mechanism by which a programmer can synchronise multiple threads (those waiting in wait()).

Definition at line 35 of file FXCondition.h.