Extending std::execution

P2300 introduces `std::execution` and the Senders & Receivers (S&R) model as a new paradigm for expressing asynchronous computation. `std::execution` specifies a fixed set of algorithms that, in some sense, define the baseline DSL of S&R, but this set is not exhaustive. Extending it to cover new use cases is possible, but the standard provides no … Continue reading Extending std::execution