


C++/WinRT envy: Bringing thread switching tasks to C# (UWP edition)

How do I wait for the completion of the delegate I passed to CoreDispatcher.
RunAsync
and ThreadPool.
RunAsync
?

When do CoreDispatcher.
RunAsync
and ThreadPool.
RunAsync
actions complete?

What does the N in nmake stand for?

Vintage Computer Festival Pacific Northwest 2019

Turning anything into a fire-and-forget coroutine

Expressing fire-and-forget coroutines more explicitly, -or- How to turn any coroutine into fire-and-forget

winrt::fire_and_forget
was too forgetful
