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

WorkerThreadPool: Fix yield-over for not-yet-started tasks #90865

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

RandomShaper
Copy link
Member

This PR is a follow-up of #90809. That PR fixed the case where a task is asked to stop yielding when such a task is already complete. However, the case where the task hasn't already started requires additional handling. This PR adds so.

@RandomShaper RandomShaper marked this pull request as ready for review April 18, 2024 17:57
@RandomShaper RandomShaper requested a review from a team as a code owner April 18, 2024 17:57
@akien-mga akien-mga merged commit 9bc49a6 into godotengine:master Apr 18, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@RandomShaper RandomShaper deleted the wtp_re_fix_yield branch April 19, 2024 07:44
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.

2 participants