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.
Apr 25, 2024 5 0 Adding state to the update notification pattern, part 7 Raymond Chen Going free-threaded.
Apr 24, 2024 0 1 Adding state to the update notification pattern, part 6 Raymond Chen Using a change counter with coalescing.
Apr 23, 2024 1 0 Adding state to the update notification pattern, part 5 Raymond Chen Using a change counter.
Apr 22, 2024 0 0 Adding state to the update notification pattern, part 4 Raymond Chen What if the UI thread isn't there to save you?
Apr 19, 2024 2 0 Adding state to the update notification pattern, part 3 Raymond Chen Abandoning the background work if we know that it is pointless.
Apr 18, 2024 2 0 Adding state to the update notification pattern, part 2 Raymond Chen First attempt to try to fix the race condition.
Apr 17, 2024 0 2 Adding state to the update notification pattern, part 1 Raymond Chen Where each notification depends on some state information.