huak icon indicating copy to clipboard operation
huak copied to clipboard

Canceling child processes on Windows

Open cnpryer opened this issue 1 year ago • 0 comments

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.

cnpryer avatar Oct 26 '23 19:10 cnpryer