# File lib/puma/cluster.rb, line 175 def stop_blocked @status = :stop if @status == :run wakeup! @control.stop(true) if @control Process.waitall end