Qt Concurrent Examples

Image Scaling Example

Demonstrates how to asynchronously scale images.

Map Example

Demonstrates how to scale images synchronously.

QtConcurrent Progress Dialog Example

Demonstrates how to monitor the progress of the active processes.

Run Function Example

Demonstrates how to run standard functions concurrently.

QtConcurrent Word Count Example

Demonstrates how to use the map-reduce algorithm