Makes a condition-variable.
mp
make-condition-variable &key name => condvar
name⇩ |
A string naming the condition-variable. |
condvar |
The function make-condition-variable
makes a condition-variable for use with condition-variable-wait, condition-variable-signal and condition-variable-broadcast.
name is used when printing the condition-variable, and is useful for debugging. If name is omitted, then a default name is generated that is unique among all such default names.
condition-variable
condition-variable-wait
condition-variable-signal
condition-variable-broadcast
19.7.1 Condition variables
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51