1 #ifndef QXRDRESULTSERIALIZER_H
2 #define QXRDRESULTSERIALIZER_H
8 #include <QMutexLocker>
11 #include <QFutureWatcher>
33 void enqueue(QFuture<T> future);
46 #endif // QXRDRESULTSERIALIZER_H
QQueue< QFuture< T > > m_Results
QxrdResultSerializer(QcepIntProperty *ctr, QcepObject *parent)
void enqueue(QFuture< T > future)
virtual ~QxrdResultSerializerBase()
QxrdResultSerializerBase(QcepObject *parent)
QFutureWatcher< T > m_Watcher
QcepIntProperty * m_Counter