Class CONDITION-VARIABLE
Class precedence list:
Implementation-defined.
Description:
This class represents condition variables.
See also:
Notes:
On some implementations the library exposes the native type directly, while on others there is a custom implementations using semaphores and locks.