qt5base-lts/examples/qtconcurrent
Dennis Oberst fbb470b40b Example: remove map example
This example only demonstrates the use of blockingMapped. Considering
that the QtConcurrent::mapped~ functions are already included in the
wordcount example, and have very similar APIs to the
QtConcurrent::filter~ functions, which are included in the
progressdialog example, this no longer serves a useful purpose.

Task-number: QTBUG-111165
Pick-to: 6.5 6.5.0
Change-Id: Ibc526e1a9fb17070e376e45151e9c2bdbc69bd32
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-03-09 17:26:59 +00:00
..
imagescaling Example: update imagescaling example 2023-03-09 17:26:59 +00: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 Example: remove map example 2023-03-09 17:26:59 +00:00
qtconcurrent.pro Example: remove map example 2023-03-09 17:26:59 +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.