Library of Assembled Shared Sources
lass::util::Condition Class Reference

Condition. More...

#include <thread.h>

Inheritance diagram for lass::util::Condition:
Collaboration diagram for lass::util::Condition:

Detailed Description

Condition.

A condition can be used to synchronize using messages were a condition waits for a signal or broadcast. A signal will only release one waiter, a broadcast will release all current waiting wait-conditions.

Definition at line 185 of file thread.h.


The documentation for this class was generated from the following files: