cplusplus / sender-receiver

Issues list for P2300
Apache License 2.0
20 stars 3 forks source link

publicly expose "sender_adaptor_closure" as a concept #66

Open ericniebler opened 10 months ago

ericniebler commented 10 months ago

Issue by ericniebler Thursday Dec 08, 2022 at 20:23 GMT Originally opened as https://github.com/NVIDIA/stdexec/issues/710


and "sender_adaptor_closure_for" too.

ericniebler commented 10 months ago

Comment by jefflarkin Thursday Dec 08, 2022 at 20:25 GMT


Hopefully we can come up with a more succinct name. :)

ericniebler commented 10 months ago

Comment by ericniebler Thursday Dec 08, 2022 at 20:28 GMT


sender_closure would suit me just fine. Stepanov calls a function T->T a "transform" so I would also be ok with sender_transform (although I expect we'll have a transform algorithm someday that operates on async streams).