class Puma::ThreadPool::Automaton

def stop

def stop
  @running = false
  @thread.wakeup
end