class Concurrent::Collection::MriMapBackend

def []=(key, value)

def []=(key, value)
  @write_lock.synchronize { super }
end