pika
pika copied to clipboard
Update sender adaptors to inherit from `sender_adaptor_closure`
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.