Skip to main content

spawn_retrying_busy_image

Function spawn_retrying_busy_image 

Source
pub async fn spawn_retrying_busy_image(command: &mut Command) -> Result<Child>
Expand description

Spawns command, retrying only the transient “image still open for writing” condition detected by image_is_busy. Every other spawn error is returned immediately and untouched.