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.