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
-
What would you like to be added:
IDispatcher.DispatcherQueue
Why is this needed:
I need
DispatcherQueue
as input in my Elmish.Uno library.Now I need to bring
Uno.Extensions.Core.WinUI
package as a dependency just because I cannot get aDispatcherQueue
For which Platform:
Beta Was this translation helpful? Give feedback.
All reactions