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

      @thread.join
    end