cplusplus / sender-receiver

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

Consider removing `start_detached` #124

Closed ericniebler closed 3 months ago

ericniebler commented 10 months ago

Issue by brycelelbach Tuesday Oct 19, 2021 at 19:11 GMT Originally opened as https://github.com/NVIDIA/stdexec/issues/217


From @LeeHowes:

If we have a reasonable async_scope definition, then [start_detached] fall[s] out more safely that way.

lewissbaker commented 3 months ago

The start_detached() algorithm was removed in P2300R10.

Removal was proposed in P3187R1.

The alternative async-scope facility is being proposed by P3149