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

Reduce usage of RunContinuationsAsynchronously #2478

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Jul 9, 2024

RunContinuationsAsynchronously can cause dispatch from IO completion thread to thread pool, which can cause problems with sync over async and thread pool exhaustion.

@JamesNK JamesNK merged commit 6448783 into grpc:master Jul 11, 2024
5 checks passed
@JamesNK JamesNK deleted the jamesnk/task-continuations branch July 11, 2024 14:48
JamesNK added a commit to JamesNK/grpc-dotnet that referenced this pull request Jul 11, 2024
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.

4 participants