pub async fn process_deletes(
db: &dyn SyncBookkeeping,
cloud_home: &dyn CloudHome,
device_head_seqs: &[u64],
) -> Result<usize, String>Expand description
Process pending deletes: remove cloud files whose deletion has been synced.
A delete is only safe when all known device heads have advanced past the
entry’s min_seq. Returns the number of successful deletes.