- condition-variable? objprocedure
Returns #t if obj is a condition variable, otherwise returns #f.
(condition-variable? (make-condition-variable)) ==> #t (condition-variable? 'foo) ==> #f
Returns #t if obj is a condition variable, otherwise returns #f.
(condition-variable? (make-condition-variable)) ==> #t (condition-variable? 'foo) ==> #f