= private = protected
num_waiting()
Returns the number of threads waiting on the queue.
# File lib/thread.rb, line 236 def num_waiting @waiting.size end