the produced notifier/updater pair

interface NotifierRecord<T> {
    notifier: Notifier<T>;
    updater: RemotableObject<string> & IterationObserver<T>;
}

Type Parameters

  • T

Properties

Properties

notifier: Notifier<T>

the (widely-held) notifier consumer

updater: RemotableObject<string> & IterationObserver<T>

the (closely-held) notifier producer