Qt Concurrent Examples

图像比例缩放范例 Demonstrates how to asynchronously scale images.
地图范例 演示如何同步比例缩放图像。
QtConcurrent 进度对话框范例 演示如何监视活动进程的进度。
QtConcurrent 单词计数范例 演示如何使用 map-reduce (映射缩减) 算法
运行函数范例 演示如何并发运行标准函数。