subprocess.channel.unref()


此方法使 IPC 通道不保持父进程的事件循环运行,并且即使在通道打开时也让其结束。

This method makes the IPC channel not keep the event loop of the parent process running, and lets it finish even while the channel is open.