Details
-
User Story
-
Resolution: Done
-
P2: Important
-
None
-
None
-
-
21
-
Qt6_Foundation_ Sprint 3, Qt6_Foundation_ Sprint 4, Qt6_Foundation_ Sprint 5
Description
Provide a way of chaining callbacks, so that the users can write code like this:
QFuture<ResultType> future = ... ; future.then(callable1).then(callable2)...
Additionally, consider adding .failed for handling the cases when there was an error, and .finally, to be run in any case.
Attachments
Issue Links
- mentioned in
-
Page Loading...
For Gerrit Dashboard: QTBUG-81587 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
292267,20 | Add support for attaching continuations to QFuture | dev | qt/qtbase | Status: MERGED | +2 | 0 |