qt5base-lts/examples/qtconcurrent
Andreas Eliasson 8ecd81ae86 Doc: Remove duplicate words
Change-Id: Ia7a38a1035bd34d00f20351a0adc3927e473b2e7
Pick-to: 6.5 6.4 6.2
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2023-02-28 16:53:10 +00:00
..
imagescaling Doc: Remove duplicate words 2023-02-28 16:53:10 +00:00
map Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
progressdialog Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
runfunction Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
wordcount Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
qtconcurrent.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00: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.