Class GuardCondition

Class Documentation

class GuardCondition

Guard condition.

Condition that can be waited on and triggered by another thread.

See also

WaitSet

Public Functions

GuardCondition()

Constructor.

~GuardCondition()
void trigger()
bool triggered() const
bool exchange_in_use(bool in_use)
void reset()