PDA

View Full Version : set list of Qfutures to QFutureWatcher and get to know when all the threads finished



prasad_N
29th June 2015, 06:49
Is it possible to add multiple QFuture's to QFutureWatcher.
I wanted to add multiple Qfutures to QFutureWatcher and get notified when all the threads finished.

QFutureSynchronizer did not help me as it dont have a signal to finished.

Currently I am tracking all the futures(maintaining list of futures) and doing the things, i am just looking if there is a straight way to do it.

anda_skoa
29th June 2015, 10:27
No, but you can create any number of future watchers.

Cheers,
_