标签: haskell interrupt handle child-process
我试图以干净的方式中断System.Process.ProcessHandle,但是当我调用interruptProcessGroupOf时,父进程(调用此函数的Haskell代码)也会被中断。是否有正确的方法来中断ProcessHandles /子进程?
System.Process.ProcessHandle
interruptProcessGroupOf
ProcessHandles