class Steep::Server::WorkerProcess

def kill

def kill
  Process.kill(:TERM, @wait_thread.pid)
end