• As updates come in from the possibly remote notifierP, update the local updater. Since the updates come from a notifier, they are lossy, i.e., once a more recent state can be reported, less recent states are assumed irrelevant and dropped.

    Type Parameters

    • T

    Parameters

    • notifierP: ERef<LatestTopic<T>>
    • iterationObserver: Partial<IterationObserver<T>>

    Returns Promise<undefined>

Generated using TypeDoc