= private = protected
finished?()
Returns true if any thread has terminated and is ready to be collected.
# File lib/thwait.rb, line 72 def finished? !@wait_queue.empty? end