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...