awaken-threadPortable Threadscondition-variable-broadcastcondition-variableGoTo Top

condition-variable   [Class]

Package   :portable-threads

Module   :portable-threads

Description
The class condition-variable is a subclass of standard-object. Instances of condition-variable include an associated lock, which can be either a lock (the default) or a recursive lock.

See also
    make-condition-variable
    define-class


The GBBopen Project


awaken-threadPortable Threadscondition-variable-broadcastcondition-variableGoTo Top