Conflated
Latest-wins. Callbacks are serialized; intermediate snapshots may be coalesced into the newest one, but the last delivered value is never stale. O(1) memory. Correct default for derived state where only the current value matters.
Latest-wins. Callbacks are serialized; intermediate snapshots may be coalesced into the newest one, but the last delivered value is never stale. O(1) memory. Correct default for derived state where only the current value matters.