qt5base-lts/examples/qtconcurrent
Edward Welbourne 84e89c1e9e Convert uses of QTime as a timer to QElapsedTimer
Change-Id: I2297f61efa5adf9ea5194c7f3ff68574cbcf452c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2019-06-14 10:42:33 +02:00
..
imagescaling qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
map Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
progressdialog Revamp QtConcurrent examples to C++11 2017-11-07 09:42:34 +00:00
runfunction Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
wordcount Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qtconcurrent.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
README

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.