If you do not connect any signals from the watcher tthen I don't see how throttling is of any use to you. It makes sense only if the producer is faster than the consumer for really large data sets where resource consumption matters. If you are not processing entries as they appear in the result (which would require the use of signals) then if throttling kicked in your operation would never complete.
Maybe you should describe what you are trying to achieve with QtConcurrent, why you need throttling and how you process the results.
Bookmarks