# File lib/facets/more/synchash.rb, line 74
    def []=(key, value)
      @sync.synchronize(::Sync::EX) { super }
    end