csp::SkipGuard Class Reference

Inheritance diagram for csp::SkipGuard:

csp::Guard List of all members.

Detailed Description

An ALT skip guard, for use in an Alternative.

A skip guard is always ready, and is only useful at the bottom of a PRI ALT (Alternative::priSelect()) to ensure that the ALT never blocks. Using this guard with Alternative::fairSelect() will almost certainly produce useless behaviour - the skip guard would sometimes be first in the order, meaning that none of the other guards would be checked.

Equivalent to occam's SKIP guard.

See also:
Alternative


Generated on Mon Aug 20 12:24:29 2007 for C++CSP2 by  doxygen 1.4.7