class Concurrent::Collection::CopyOnNotifyObserverSet

A thread safe observer set implemented using copy-on-read approach: observers are added and removed from a thread safe collection; every time a notification is required the internal data structure is copied to prevent concurrency issues

@api private