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

Canceling child processes on Windows #790

Open
cnpryer opened this issue Oct 26, 2023 · 0 comments
Open

Canceling child processes on Windows #790

cnpryer opened this issue Oct 26, 2023 · 0 comments
Milestone

Comments

@cnpryer
Copy link
Owner

cnpryer commented Oct 26, 2023

Problem

On windows, with crtl+C only the parent process (Huak) would be canceled if a similar subprocess design is used.

Solution

Manage processes together with the ability to cancel the group of processes via crtl+C signal.

Refer to Cargo's Job Objects implementation.

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

No branches or pull requests

1 participant