The series continue.
C++ coroutines: The problem of the DispatcherQueue task that runs too soon, part 2
by Raymond Chen
From the article:
Last time, we discovered a race condition in C++/WinRT’s resume_foreground(DispatcherQueue) function when it tries to resume execution on a dispatcher queue. Let’s try to fix it...
Add a Comment
Comments are closed.