Details
-
User Story
-
Resolution: Done
-
P2: Important
-
None
-
None
-
-
3
-
Qt6_Foundation_ Sprint 8, Qt6_Foundation_ Sprint 9
Description
It would be good to be able to create a QFuture which will become available when a signal is finished, so that we can write something like this:
QFuture<void> future = QFuture::connect(timer, &QTimer::timeout); future.then(...);
The exact API still needs to be decided.