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

Satisfy new P2300 sender concept #1071

Closed msimberg closed 5 months ago

msimberg commented 7 months ago

https://github.com/cplusplus/sender-receiver/pull/154 updates the sender concept to use using sender_concept = std::execution::sender_t instead of the old using is_sender = void (and the same for receivers). We should update our senders and receivers to use both for compatibility across stdexec versions. The newest commits of stdexec look for both, but I think we can support both for a while.

msimberg commented 5 months ago

Closed by #819.