pika-org / pika

pika builds on C++ std::execution with fiber, CUDA, HIP, and MPI support.
https://pikacpp.org
Boost Software License 1.0
61 stars 10 forks source link

Update sender adaptors to inherit from `sender_adaptor_closure` #261

Closed msimberg closed 5 months ago

msimberg commented 2 years ago

Once we unconditionally use the P2300 reference implementation, we should change our adaptors to inherit from sender_adaptor_closure instead of using the current partial_algorithm helper that we have. Related: #293.

msimberg commented 5 months ago

I'm closing this as not planned.