Qt入门教程【QObject篇】多线程方案分析

1.线程类

这些类与线程应用程序相关。

Concurrent Filter and Filter-Reduce
[Concurrent Map and Map-Reduce](https://doc.qt.io/qt-5/qtconcurrentmap.html)
[Concurrent Run](https://doc.qt.io/qt-5/qtconcurrentrun.html)
QAtomicInteger 对整数执行独立于平台的原子操作
QAtomicPointer 在指针上提供独立于平台的原子操作的模板类
[QFuture](https://doc.qt.io/qt-5/qfuture.html) 表示异步计算的结果
[QFutureSynchronizer](https://doc.qt.io/qt-5/qfuturesy

猜你喜欢

转载自blog.csdn.net/hiwoshixiaoyu/article/details/125196274