-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Blazor API Review: Design concept for Dispatcher #11930
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
Conversation
7fb03db
to
7be0efc
Compare
src/Components/Components/src/Rendering/RendererSynchronizationContextDispatcher.cs
Show resolved
Hide resolved
Besides the questions about initialization, this looks like a great direction to go in! |
src/Components/Components/ref/Microsoft.AspNetCore.Components.netstandard2.0.cs
Show resolved
Hide resolved
src/Components/Components/src/Rendering/RendererSynchronizationContextDispatcher.cs
Show resolved
Hide resolved
7be0efc
to
21535cd
Compare
src/Components/Components/ref/Microsoft.AspNetCore.Components.netstandard2.0.cs
Show resolved
Hide resolved
src/Components/Components/ref/Microsoft.AspNetCore.Components.netstandard2.0.cs
Show resolved
Hide resolved
21535cd
to
9e9fd5a
Compare
@SteveSandersonMS - can I get an updoot from you if you're happy with this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the one comment I didn't understand (and posted a comment about), which doesn't necessarily need any changes, this all looks straightforwards and great!
Part of: #11610 This change brings forward the Dispatcher as a more primary and more expandable concept. - Dispatcher shows up in more places - Dispatcher is an abstract class for horizontal scalability - Dispatcher has parallels with S.Windows.Threading.Dispatcher where possible Looking for feedback on this approach. I feel pretty strongly that making this an abstract class is the right choice, I want to see opinions on how much to push it into people's faces.
9e9fd5a
to
06468ee
Compare
Part of: #11610
This change brings forward the Dispatcher as a more primary and more
expandable concept.
possible
Looking for feedback on this approach. I feel pretty strongly that
making this an abstract class is the right choice, I want to see
opinions on how much to push it into people's faces.