qtbase/examples/qtconcurrent
Giuseppe D'Angelo 52d3cb8904 Examples: include what you use (QElapsedTimer)
Pick-to: 6.9 6.8
Change-Id: Icb2ae16d8d6b9083c1118ef2489fa2a1d7db9bdf
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2025-03-26 02:04:43 +01:00
..
imagescaling CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01: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.