Mark winrt::resume_foreground and co_await <dispatcher>; with [[deprecated]] #1244
Closed as not planned
winrt::resume_foreground and co_await <dispatcher>; with [[deprecated]] #1244
Now that the recommended way to move to the foreground is through the wil library, we should mark these functions as deprecated, and point users to wil. Eventually, one might consider removing them entirely. Related to #1123
Sidenote: should we do the same to apartment_context too? I heard from somewhere that it was pretty slow and usage of the dispatchers is preferred nowadays.