# File lib/thread.rb, line 473
def
num_waiting
@waiting
.
size
+
@queue_wait
.
size
end