Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdinservice: Simplify command execution #544

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Dec 9, 2024

stdinservice: Simplify command execution

exec.CommandContext() respects context cancelation already, and that lets us avoid additional goroutines and channels.

Better to simplify this now before we grow dependencies on behaviour that is
out-of-line with the standard library.

@copybara-service copybara-service bot added the exported Exported change from internal source label Dec 9, 2024
@copybara-service copybara-service bot force-pushed the cl/704272182 branch 2 times, most recently from c19d4a6 to e6e7df3 Compare December 9, 2024 15:11
@copybara-service copybara-service bot closed this Dec 9, 2024
@copybara-service copybara-service bot deleted the cl/704272182 branch December 9, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Exported change from internal source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants