pika icon indicating copy to clipboard operation
pika copied to clipboard

Convert `std::execution` functionality to use member functions instead of `tag_invoke`

Open msimberg opened this issue 7 months ago • 0 comments

Later versions of stdexec support both tag_invoke and member functions, but the standard will use member functions only. We should try to migrate all schedulers and sender adaptors to use member functions.

msimberg avatar Jul 24 '24 08:07 msimberg