qtbase/examples/qtconcurrent
Alexei Cazacov eba48b0c21 Doc: Document the specific headers for the Qt Concurrent module
This commit makes the Image Scaling example use the optimized header
and updates documentation to include optimized header inclusion for
QtConcurrent functions.

Fixes: QTBUG-114663
Pick-to: 6.10 6.9 6.8
Change-Id: I50e4137ea3bc22bf88a3c9e4856043ba3d02f06e
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2025-09-09 15:35:39 +03:00
..
imagescaling Doc: Document the specific headers for the Qt Concurrent module 2025-09-09 15:35:39 +03:00
primecounter Examples: include what you use (QElapsedTimer) 2025-03-26 02:04:43 +01:00
wordcount examples: check return value of QFile::open() calls 2025-01-22 19:53:25 +02:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README
qtconcurrent.pro Example: rename progressdialog to primecounter and modernize it 2023-03-21 11:19:42 +01:00

README

Qt 4 extends Qt's support for multithreaded applications with an API for
concurrent programming which includes implementations of the well-known
map-reduce and filter-reduce algorithms.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.