= private = protected
num_waiting()
Returns the number of threads waiting on the queue.
static VALUE rb_queue_num_waiting(VALUE self) { struct rb_queue *q = queue_ptr(self); return INT2NUM(q->num_waiting); }