transferum
    Preparing search index...

    Class SubscriptionManager<T>

    Manages a set of subscribers backed by a ProxyReference — notifies all listeners on sendState().

    Type Parameters

    • T

    Implements

    Index
    _listeners: Set<DataHandler<T>> = ...
    _subscribers: Set<SubscriberInterface> = ...