pub fn child_command_async(program: impl AsRef<OsStr>) -> CommandExpand description
The tokio twin of child_command.
tokio::process::Command wraps a std::process::Command, so as_std_mut
reaches the one the flag is written on and both flavours share a single
implementation rather than a second copy of the #[cfg].