class Concurrent::Collection::CopyOnWriteObserverSet

A thread safe observer set implemented using copy-on-write approach: every time an observer is added or removed the whole internal data structure is duplicated and replaced with a new one.

@api private