class Puma::Launcher

def halt

Begin async shutdown of the server
def halt
  @status = :halt
  @runner.halt
end