Mar 31, 2021 0 2 C++ coroutines: The initial and final suspend, and improving our return_value method Raymond Chen Why would you stop before you start?
Mar 30, 2021 3 0 C++ coroutines: Basic implementation of a promise type Raymond Chen Filling in the diagram with code.
Mar 29, 2021 0 0 C++ coroutines: The mental model for coroutine promises Raymond Chen We start by drawing pictures.
Mar 26, 2021 0 0 Creating a task completion source for a C++ coroutine: Failing to produce a result Raymond Chen Stowing an exception.
Mar 25, 2021 4 0 Creating a task completion source for a C++ coroutine: Producing nothing Raymond Chen Nothing is produced, but you still want to know that the production completed.
Mar 24, 2021 7 0 SEO spammers don’t really understand who they spammed Raymond Chen Maybe we can help you.
Mar 24, 2021 0 0 Creating a task completion source for a C++ coroutine: Producing a result with references Raymond Chen Carefully preserved to prevent decay.
Mar 23, 2021 0 0 The 2021/2022 Seattle Symphony subscription season at a glance Raymond Chen The pocket reference guide for 2021/2022.
Mar 23, 2021 3 0 Creating a task completion source for a C++ coroutine: Producing a result Raymond Chen Let's call it a result holder.
Mar 22, 2021 2 0 Creating other types of synchronization objects that can be used with co_await, part 10: Wait for an event to clear Raymond Chen Something new.