class Concurrent::Collection::CopyOnNotifyObserverSet

def delete_observers

@!macro observable_delete_observers
def delete_observers
  synchronize do
    @observers.clear
    self
  end
end