# File src/ruby_supportlib/phusion_passenger/vendor/union_station_hooks_core/lib/union_station_hooks_core/context.rb, line 95
    def close
      @mutex.synchronize do
        @connection.synchronize do
          @connection.unref
          @connection = nil
        end
      end
    end