Returns the current number of threads that are still waiting for a condition-variable.
mp
condition-variable-wait-count condvar => wait-count
condvar⇩ |
wait-count |
A non-negative integer. |
The function condition-variable-wait-count
returns the current number of threads that are still waiting for condvar. Note that for a condition-variable that is actually in use, this number can change at any time.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51