Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

remove RuntimeAsyncTaskCore - #122505

#122505
Merged
max-charlamb merged 4 commits into
dotnet:maindotnet/runtime:mainfrom
max-charlamb:move-dispatcher-infomax-charlamb/runtime:move-dispatcher-infoCopy head branch name to clipboard
Dec 17, 2025
Merged

remove RuntimeAsyncTaskCore#122505
max-charlamb merged 4 commits into
dotnet:maindotnet/runtime:mainfrom
max-charlamb:move-dispatcher-infomax-charlamb/runtime:move-dispatcher-infoCopy head branch name to clipboard

Conversation

@max-charlamb

Copy link
Copy Markdown
Member

Resolves #122355

@github-actions github-actions Bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 12, 2025
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@max-charlamb
max-charlamb requested a review from jkotas December 16, 2025 19:18
@max-charlamb
max-charlamb marked this pull request as ready for review December 16, 2025 19:19
Copilot AI review requested due to automatic review settings December 16, 2025 19:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the RuntimeAsyncTaskCore nested static class and promotes its contents to the top level, simplifying the code structure. The change refactors how async dispatcher information is organized without altering the functional behavior.

Key changes:

  • Moved DispatcherInfo struct from nested RuntimeAsyncTaskCore class to top-level as AsyncDispatcherInfo
  • Renamed static field from t_dispatcherInfo to t_current
  • Updated all references throughout the DispatchContinuations method to use the new type and variable names

@max-charlamb
max-charlamb merged commit 431c097 into dotnet:main Dec 17, 2025
98 checks passed
@max-charlamb
max-charlamb deleted the move-dispatcher-info branch December 17, 2025 17:29
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove RuntimeAsyncTaskCore

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.