qt5base-lts/examples/qtconcurrent
Alex Blasche 935e6a2b33 Make qtconcurrent map example compile on exotic compilers
Task-number: QTBUG-9015
Change-Id: I1019765312c8d55728023642601199506269be6d
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-09-18 08:16:00 +02:00
..
imagescaling remove remaining non-concurrent branches from concurrent samples 2013-10-29 15:37:30 +01:00
map Make qtconcurrent map example compile on exotic compilers 2014-09-18 08:16:00 +02:00
progressdialog remove remaining non-concurrent branches from concurrent samples 2013-10-29 15:37:30 +01:00
runfunction remove remaining non-concurrent branches from concurrent samples 2013-10-29 15:37:30 +01:00
wordcount remove remaining non-concurrent branches from concurrent samples 2013-10-29 15:37:30 +01:00
qtconcurrent.pro skip gui-needing examples with -no-gui 2013-10-11 21:03:34 +02: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.