class ThreadsWait

def finished?


Returns +true+ if any thread has terminated and is ready to be collected.
def finished?
  !@wait_queue.empty?
end