qt5base-lts/examples/qtconcurrent
Safiyyah Moosa a1d308a316 Doc: Add \examplecategory for qtconcurrent
Task-number: QTBUG-116071
Pick-to: 6.5 6.6
Change-Id: I7413a0d8085eec38e6480f6aa21c85620ca68f54
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2023-09-07 15:05:04 +02:00
..
imagescaling Doc: Add \examplecategory for qtconcurrent 2023-09-07 15:05:04 +02:00
primecounter Doc: Add \examplecategory for qtconcurrent 2023-09-07 15:05:04 +02:00
wordcount Doc: Add \examplecategory for qtconcurrent 2023-09-07 15:05:04 +02: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.