Skip to content

Canceling child processes on Windows #790

@cnpryer

Description

@cnpryer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions