class Concurrent::Collection::MriMapBackend

def delete(key)

def delete(key)
  @write_lock.synchronize { super }
end