Closed
Description
The fact that senders use Result
has always struck me as a bit odd, and with the introduction of Sink
, makes channels somewhat finicky to compose. I'd like to revisit whether this is the right choice to bake in by default, vs requiring a "flattening" transformation in the cases where you do want to use Result
.
(Another, more minor strike against this choice is the inconsistency with oneshot
, which is on its way to being more of a channel-like abstraction.)
Metadata
Metadata
Assignees
Labels
No labels