Qt Concurrent 範例

列錶 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 (映射縮減) 算法。