Skip to main content

spawn_retrying_busy_image_blocking

Function spawn_retrying_busy_image_blocking 

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

Blocking counterpart to spawn_retrying_busy_image for callers that drive a std::process::Command (the catalog sidecar runs on a blocking worker and has no reactor to await on).