-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Not sure how much we're really benefiting from being a Windows Runtime Component. Plus it means we can't use Task
as a return type in our signatures which makes some of the Providers weird to use with having to wrap returns in the AsyncInfo.Run
pattern.
It'd be worth thinking about making this jump in the future and cleaning this up a bit?