class Puma::Launcher

def stop

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