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

Fix #2664 Backlog: move to full synchronous behavior since we're on a dedicated thread #2667

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

NickCraver
Copy link
Collaborator

Resolving #2664.

This went through a few iterations early on, but in the current form the issue is that we can await hop to a thread pool thread and have our wait blocking there - not awesome. We want to avoid that entirely and do a full sync path here.

… thread

This went through a few iterations early on, but in the current form the issue is that we can await hop to a thread pool thread and have our wait blocking there - not awesome. We want to avoid that entirely and do a full sync path here.
@NickCraver NickCraver linked an issue Mar 11, 2024 that may be closed by this pull request
@NickCraver NickCraver merged commit 4da3d62 into main Mar 11, 2024
8 checks passed
@NickCraver NickCraver deleted the craver/sync-backlog branch March 11, 2024 13:41
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.

Thread pool starvation caused by sync waiting inside PhysicalBridge
3 participants