pub fn no_progress() -> Arc<dyn Fn(u64) + Sync + Send>Expand description
A progress sink that discards its reports. For write calls whose payload
is a small control file (head pointers, the snapshot) where no per-file
progress bar is driven — only the blob outbox surfaces progress.