Jul 17, 2024 2 0 Creating an already-completed asynchronous activity in C++/WinRT, part 7 Raymond Chen Implementing the contract directly.
Jul 16, 2024 0 0 Creating an already-completed asynchronous activity in C++/WinRT, part 6 Raymond Chen Let the conversion do the talking.
Jul 15, 2024 0 0 Creating an already-completed asynchronous activity in C++/WinRT, part 5 Raymond Chen Trying to fail more correctly.
Jul 12, 2024 2 2 Creating an already-completed asynchronous activity in C++/WinRT, part 4 Raymond Chen Failing is easy. Failing correctly is hard.
Jul 11, 2024 0 1 Creating an already-completed asynchronous activity in C++/WinRT, part 3 Raymond Chen Generalizing to the four kinds of Windows Runtime asynchronous activities.
Jul 10, 2024 2 2 Creating an already-completed asynchronous activity in C++/WinRT, part 2 Raymond Chen Making our function a coroutine.
Jul 9, 2024 2 1 Creating an already-completed asynchonous activity in C++/WinRT, part 1 Raymond Chen The simplest version.
Jul 8, 2024 5 2 What’s the point of std::monostate? You can’t do anything with it! Raymond Chen Not doing anything with it is exactly the point.
Jul 5, 2024 0 1 How do I produce a Windows Runtime asynchronous activity from C++/WinRT? Raymond Chen Somebody that deals with them natively.
Jul 4, 2024 2 3 How do I produce a Windows Runtime asynchronous activity from C#? Raymond Chen The AsyncInfo helper class converts Tasks to Windows Runtime asynchronous activities.