Nov 4, 2021 12 0 How can I prevent myself from accessing a lambda captured variable or a parameter after I’m done with it? Raymond Chen Name-hiding on purpose.
Nov 3, 2021 3 0 A capturing lambda can be a coroutine, but you have to save your captures while you still can Raymond Chen Save it all before it disappears.
Nov 2, 2021 8 0 The focus rectangle says, “I’m not orange. I’m just drawn that way.” Raymond Chen How does DrawFocusRect draw the focus rectangle?
Nov 1, 2021 1 0 Why do all this coroutine stuff if you can just use std::future? Raymond Chen Escape from PPL.