= private = protected
finished?()
Returns true if any thread has terminated.
# File lib/thwait.rb, line 99 def finished? !@wait_queue.empty? end