diff options
author | Eike Ziller <[email protected]> | 2016-02-15 16:26:11 +0100 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2016-02-26 08:36:08 +0000 |
commit | 47c37556007041e4556b57da5cd73a736cc9b0ae (patch) | |
tree | 1cbee61c61407b166a6f170dbbdee9def438d2e0 /src/libs/utils/QtConcurrentTools | |
parent | d2350c230eab4e7835268501b189ac5fde2563bc (diff) |
mapReduce: Support progress information and add (unordered) map
If a container is given to mapReduce, it takes the responsibility to
report progress information for the whole operation. If the map function
reports its own progress, that is taken into account for the overall
progress.
The (so far only unordered) Utils::map operation can be used to replace
MultiTask, by passing a member function of the items in the container as
a map function.
Change-Id: I18ca38a6ad2899d73f590bfe59bf2e6eb2f1a57a
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/libs/utils/QtConcurrentTools')
-rw-r--r-- | src/libs/utils/QtConcurrentTools | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/utils/QtConcurrentTools b/src/libs/utils/QtConcurrentTools index 29eb5430049..526becb684f 100644 --- a/src/libs/utils/QtConcurrentTools +++ b/src/libs/utils/QtConcurrentTools @@ -23,5 +23,4 @@ ** ****************************************************************************/ -#include "multitask.h" #include "runextensions.h" |