Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
None
-
None
-
None
-
Windows 7 64 bit, compiling in VS2013
Description
When working with non-Qt concurrent operations, std::futures are often returned. There is no direct way to watch these futures and call a `SLOT` when they complete.
It would be nice to be able to watch a `std::future` or create a `QFuture` from a `std::future` (`static QFuture QFuture::fromStdFuture(std::future&& future)` or similar).
Attachments
Issue Links
- relates to
-
QTBUG-79283 Consider moving QFuture* classes out of Qt Core
-
- Closed
-