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.