huak
huak copied to clipboard
Canceling child processes on Windows
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.