Run Function Example

Demonstrates how to run standard functions concurrently

main.cpp Example File

runfunction.pro Example File

Demonstrates how to run standard functions concurrently.

The QtConcurrent Run Function example shows how to apply concurrency to a standard function, using QFuture instances to retrieve return values at a later time.

This is a command-line application.