Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update async code to use QFuture tasks instead of TaskWatcher #368

Open
ldanzinger opened this issue Oct 25, 2023 · 0 comments
Open

Update async code to use QFuture tasks instead of TaskWatcher #368

ldanzinger opened this issue Oct 25, 2023 · 0 comments
Assignees
Milestone

Comments

@ldanzinger
Copy link
Contributor

Asynchronous methods that returned a TaskWatcher now have new versions that return a QFuture. The new syntax allows for many new benefits, such as chaining with .then. With 200.3, the TaskWatcher methods will be deprecated, so we need to start migrating app code to use the new QFuture versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants