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

Special handling for macos dispatcher quirks #12230

Merged
merged 1 commit into from Jul 17, 2023

Conversation

kekekeks
Copy link
Member

We need to make sure that background tasks are executed ONLY from the explicit "ready for background processing" callback from the platform implementation. Since there is no way to check if input is pending, we can end up with a Background priority job triggering a render pass followed by another background job, without any way to actually process the input.

@avaloniaui-team
Copy link
Contributor

You can test this PR using the following package version. 11.0.999-cibuild0037851-beta. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@danwalmsley danwalmsley added this pull request to the merge queue Jul 17, 2023
Merged via the queue into master with commit 97f2d8e Jul 17, 2023
7 checks passed
@danwalmsley danwalmsley deleted the fixes/macos-dispatcher-input-processing branch July 17, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants