class Puma::ThreadPool::Automaton

def initialize(pool, timeout, thread_name, message)

def initialize(pool, timeout, thread_name, message)
  @pool = pool
  @timeout = timeout
  @thread_name = thread_name
  @message = message
  @running = false
end