Apr 28, 2023 Post comments count0 Post likes count2 On the finer points of cancelling timers and wait objects in Windows thread pool Raymond Chen Assorted little details.
Apr 27, 2023 Post comments count2 Post likes count2 What’s up with this new memory_order_consume memory order? Raymond Chen A weaker variation of acquire.
Apr 26, 2023 Post comments count1 Post likes count1 One way to defer work when a re-entrant call is detected Raymond Chen Tying a string on your finger, as a reminder to yourself.
Apr 25, 2023 Post comments count7 Post likes count1 A code comment noting the steps to take when a 256th enum field is added Raymond Chen A note for my future self.
Apr 24, 2023 Post comments count2 Post likes count2 Why is std::hardware_destructive_interference_size a compile-time constant instead of a run-time value? Raymond Chen The compiler is already making compile-time assumptions about the processor; you just don't realize it.
Apr 21, 2023 Post comments count1 Post likes count0 Protecting a broker from a failing delegate Raymond Chen Catching them in a different way.
Apr 20, 2023 Post comments count0 Post likes count1 Protecting a broker from a failing event handler Raymond Chen Gotta catch them all.
Apr 19, 2023 Post comments count2 Post likes count0 The case of the unhandled exception in a brokered Windows Runtime component Raymond Chen Digging into the event dispatch code.
Apr 18, 2023 Post comments count14 Post likes count1 No, it is not a security vulnerability that there is no certificate of appreciation for reporting a bug Raymond Chen It wasn't even a bug report.
Apr 17, 2023 Post comments count3 Post likes count1 How can I find the invalid class when C++/WinRT tells me that the class may not be final? Raymond Chen It's in the error details.