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

park_timeout: remove spurious wait condition #9

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

bunnie
Copy link
Member

@bunnie bunnie commented Dec 22, 2023

when invoked, the spurious condition can cause threads to hang forever.

@xobs can you please review and if looks good, merge and push a new std release? thanks!

@bunnie bunnie requested a review from xobs December 22, 2023 01:33
@xobs
Copy link
Member

xobs commented Dec 22, 2023

This seems to solve the issue of Parker not operating correctly. With this patch, we get the benefit of a thread parker that is performant alongside stability.

Merging it. Let me cut a release.

@xobs xobs merged commit 325d29a into 1.74.1-xous Dec 22, 2023
8 of 12 checks passed
@xobs xobs deleted the 1.74.1-xous-fix-parker branch December 22, 2023 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants