cplusplus / sender-receiver

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

can `split` and `ensure_started` use `in_place_stop_source` instead of `stop_source`? #65

Closed ericniebler closed 4 months ago

ericniebler commented 10 months ago

Issue by ericniebler Tuesday Nov 29, 2022 at 21:53 GMT Originally opened as https://github.com/NVIDIA/stdexec/issues/689


The non-structured nature of those senders gave me pause so I spec'ed them conservatively, but perhaps they can use an in-place stop sender after all. @lewissbaker ?

ericniebler commented 10 months ago

Comment by ericniebler Monday Jan 09, 2023 at 21:31 GMT


According to @lewissbaker, the answer is yes.