Skip to main content

spawn_retrying_busy_executable

Function spawn_retrying_busy_executable 

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

Spawn command, waiting out an executable that is momentarily busy.

Every other spawn failure is returned from the first attempt, and a spawn that succeeds immediately pays nothing.