async fn advance_uppers<T>(
    write_handles: &mut BTreeMap<GlobalId, WriteHandle<SourceData, (), T, Diff>>,
    upper: Antichain<T>,
)
Expand description

Advances the upper of all registered tables (which are only the migrated builtin tables) to the given upper.