在 C++23 中,随着 std::execution (即 P2300 提案)的逐步落地,C++ 异步编程正在迎来底层的统一变革。借助 Sender/Receiver(发送器/接收器) 模型,我们可以用高度结构化的方式组织异步任务...