Skip to main content

swap_updates

Function swap_updates 

Source
pub(crate) fn swap_updates(
    from: &mut Antichain<Timestamp>,
    replace_with: Antichain<Timestamp>,
) -> ChangeBatch<Timestamp>
Expand description

Replace one antichain with another, tracking the overall changes in the returned ChangeBatch.