class Concurrent::Collection::SynchronizedMapBackend

def delete(key)

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