Experimentally starting the subprocess can take as much as 40ms, and
for some of our use cases that's frivolous: we know the binary will
start, and if it doesn't we'd only ever ignore it and continue
anyway. This lets those use cases be faster.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGca1014ad3de4: procutil: allow callers of runbgcommand to assume the process starts
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.