class ThreadsWait

def empty?


Returns +true+ if there are no threads in the pool still running.
def empty?
  @threads.empty?
end