May 9, 2024 0 0 Asking for a DispatcherQueue from a GUI thread you created Raymond Chen Grafting a DispatcherQueue onto an existing thread.
May 8, 2024 3 0 Awaiting a set of handles with a timeout, part 7: Just doing it one at a time Raymond Chen A simpler version with its own quirks.
May 7, 2024 7 0 Awaiting a set of handles with a timeout, part 6: Capturing the handles efficiently Raymond Chen SFINAE'ing the case of a random-access(ish) iterator.
May 6, 2024 0 0 Awaiting a set of handles with a timeout, part 5: Generalizing the awaiter Raymond Chen Fitting into existing patterns.
May 3, 2024 1 0 Awaiting a set of handles with a timeout, part 4: Building our own awaiter Raymond Chen To stop relying on unspecified behavior.
May 2, 2024 2 0 Awaiting a set of handles with a timeout, part 3: Going beyond two Raymond Chen Generalizing what we learned last time.
May 1, 2024 4 0 Awaiting a set of handles with a timeout, part 2: Continuing with two Raymond Chen Giving it another try.
Apr 30, 2024 3 0 Awaiting a set of handles with a timeout, part 1: Starting with two Raymond Chen Let's see by seeing if we can do it with just two.
Apr 26, 2024 0 0 Adding state to the update notification pattern, part 8 Raymond Chen Comparing the two algorithms.