Apr 16, 2021 Post comments count0 Post likes count0 C++ coroutines: Getting rid of our reference count Raymond Chen It never goes up. It only comes down.
Apr 15, 2021 Post comments count0 Post likes count0 C++ coroutines: Getting rid of our mutex Raymond Chen We can capture the progress in a single value.
Apr 14, 2021 Post comments count7 Post likes count0 Pivot points and financial numerology Raymond Chen It will or it won't. That's the beauty of it.
Apr 14, 2021 Post comments count0 Post likes count1 C++ coroutines: Making it impossible to co_await a task twice Raymond Chen Always keep moving: Make the co_await consume the task.
Apr 13, 2021 Post comments count0 Post likes count0 C++ coroutines: Tradeoffs of making the promise be the shared state Raymond Chen Are you meant to be ephemeral, or are you intended to be durable?
Apr 12, 2021 Post comments count0 Post likes count0 C++ coroutines: The lifetime of objects involved in the coroutine function Raymond Chen Follow them as they pop into existence and vanish.
Apr 9, 2021 Post comments count1 Post likes count0 C++ coroutines: Managing the reference count of the coroutine state Raymond Chen Are we done yet?
Apr 8, 2021 Post comments count0 Post likes count0 C++ coroutines: Awaiting the simple_task Raymond Chen Let me know when it's ready.
Apr 7, 2021 Post comments count0 Post likes count0 C++ coroutines: Accepting types via return_void and return_value Raymond Chen A little bit of SFINAE tweaking.
Apr 6, 2021 Post comments count0 Post likes count0 C++ coroutines: Building a result holder for movable types Raymond Chen Not that kind of movable type.