# File lib/puma/reactor.rb, line 146
    def clear!
      begin
        @trigger << "c"
      rescue IOError
      end
    end