PySide2 主要通过 QProcess 实现底层算法或 GUI 用途的子进程、多进程功能。
也可使用 Python subprocess 模块来实现非 GUI 子进程、多进程功能。
Note: 采用子进程 多进程 (或类似功能) 异步处理任务,常出现 RuntimeError TypeError 等异常。
See also:
Python 子进程 subprocess.Popen 类使用技项 常见问题
Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.