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.】
这种方法使 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.】