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

the produced notifier/updater pair

Type Parameters

  • T

Type declaration

  • notifier: Notifier<T>

    the (widely-held) notifier consumer

  • updater: RemotableObject & IterationObserver<T>

    the (closely-held) notifier producer