Skip to main content

write_marker

Function write_marker 

Source
pub fn write_marker(path: &Path, marker: &PendingBump) -> Result<()>
Expand description

Persist marker, atomically - the same tmp-then-rename shape crate::updater::write_progress uses, since this file is read by a later, unrelated process invocation and must never be seen half-written.