rtp

Results 2 issues of rtp

I was trying to load data one by one, like supported in QFuture::resultReadyAt. Here is an example: ``` struct ComplexData{ QString fruit, color; }; using ComplexDataPtr = QSharedPointer; // Simulate...

The commit b69b17b does not compile on my Windows 8.1 machine, with MSVC 14 (it is the only commit I have tested). Seems to be the same issue that Pinaraf...