Function collectUpdates

  • Collects the updates from updts.user and adds them to updts.current. Does this until a collected update is >= boundary.

    Parameters

    • boundary: Tuple
    • updts: Updts
    • isHead: boolean

    Returns Promise<void>