= private = protected
num_waiting()
Returns the number of threads waiting on the queue.
static VALUE rb_queue_num_waiting(VALUE self) { unsigned long len = queue_num_waiting(self); return ULONG2NUM(len); }