Qt Concurrent Examples

列表 Qt Concurrent examples demonstrating how to use Qt Concurrent API from C++.

Image Scaling

演示如何异步下载和比例缩放图像。

Prime Counter

Demonstrates how to monitor the progress of concurrent operations.

Word Count

演示如何使用 map-reduce (映射缩减) 算法。