chickadee » srfi-18 » condition-variable-name

condition-variable-name condition-variableprocedure

Returns the name of the condition-variable.

    (condition-variable-name (make-condition-variable 'foo))  ==>  foo