qt5base-lts/examples/qtconcurrent
Dennis Oberst 8352756d27 Example: rename progressdialog to primecounter and modernize it
The previous example finished way too quickly and provided no real
value in regards to API understanding. Previously, QtConcurrent::map
was used, which was also used in other examples. We are now using
QtConcurrent::filterReduce to demonstrate other functionality.

Task-number: QTBUG-111165
Pick-to: 6.5 6.5.0
Change-Id: Ibd6eb119d0711cddfe8b211d460e9d67d6ce95c3
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-03-21 11:19:42 +01:00
..
imagescaling Imagescaling example: fix memory leaks 2023-03-13 19:24:14 +01:00
primecounter Example: rename progressdialog to primecounter and modernize it 2023-03-21 11:19:42 +01:00
wordcount Example: update wordcount example 2023-03-20 20:58:08 +01:00
CMakeLists.txt Example: rename progressdialog to primecounter and modernize it 2023-03-21 11:19:42 +01:00
qtconcurrent.pro Example: rename progressdialog to primecounter and modernize it 2023-03-21 11:19:42 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

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.