Apr 28, 2023 0 2 On the finer points of cancelling timers and wait objects in Windows thread pool Raymond Chen Assorted little details.
Apr 27, 2023 2 2 What’s up with this new memory_order_consume memory order? Raymond Chen A weaker variation of acquire.
Apr 26, 2023 1 1 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 7 1 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 2 2 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 1 0 Protecting a broker from a failing delegate Raymond Chen Catching them in a different way.
Apr 19, 2023 2 0 The case of the unhandled exception in a brokered Windows Runtime component Raymond Chen Digging into the event dispatch code.
Apr 18, 2023 14 1 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 3 1 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.