Why not providing DispatcherQueue as a property on IDispatcher?
#2281
Unanswered
xperiandri
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
@xperiandri the whole point of the interface is to avoid referencing the concrete type (and specifically so we could historically switch implementation between Dispatch and DispatcherQueue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What would you like to be added:
IDispatcher.DispatcherQueueWhy is this needed:
I need
DispatcherQueueas input in my Elmish.Uno library.Now I need to bring
Uno.Extensions.Core.WinUIpackage as a dependency just because I cannot get aDispatcherQueueFor which Platform:
Beta Was this translation helpful? Give feedback.
All reactions