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

How does this compare to Tokio's Command? #50

Open
haydenflinner opened this issue Sep 7, 2023 · 1 comment
Open

How does this compare to Tokio's Command? #50

haydenflinner opened this issue Sep 7, 2023 · 1 comment

Comments

@haydenflinner
Copy link

https://docs.rs/tokio/latest/tokio/process/struct.Command.html

Is there a reason to use this one over Tokio's command? I landed here due to someone else having issues when receiving SIGCHLD in their process, wondering if I should be worried about the same, or if there are any advantages to switching.

@notgull
Copy link
Member

notgull commented Sep 8, 2023

Right now we use SIGCHLD just like Tokio does, although I'd like to change that. See #49, which I'd appreciate help with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants