= private = protected
empty?()
Returns true if there are no threads in the pool still running.
# File lib/thwait.rb, line 64 def empty? @threads.empty? end