Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.0
-
None
Description
After Cancelling a future that had some results added to it, QFuture::resultCount() will return > 0.
At the same time, QFuture::results() will return an empty list. QFuture::resultAt() will still return the added values.
This is unexpected.