QThread 线程类


QThread 在 PySide PyQt 用户界面编程中,会经常用到。

Note: 采用 QThread (或类似功能) 异步处理任务时,常会出现 RuntimeError TypeError 等异常。

Table of contents


  1. Python 如向处理 CPU线程 竟争机制
  2. QThread 使用技巧 常见问题 注意事项

See also:

Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.

Previous topic

QThread 之使用技巧

Next topic

QThread 竟争机制

Quick search