[Development] A QtCore class for event-driven jobs

Peter Kümmel syntheticpp at gmx.net
Tue Sep 10 21:09:55 CEST 2013


On 06.09.2013 19:52, David Faure wrote:
>
>     connect(job, SIGNAL(result(QJob*)),
>             this, SLOT(handleResult(QJob*)));

This looks so old-school like in times of futures and monads.

Couldn't such a class be part of the hopefully coming QtConcurrent replacement?

Peter




More information about the Development mailing list