Remove MergeNamed
#236
Labels
part:core
Affects the core types (`Sender`, `Receiver`, exceptions, etc.)
scope:breaking-change
Breaking change, users will need to update their code
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
We already have 2 ways to join multiple receivers,
Merge
andselect
.MergeNamed
is a mixture of both, so it is redundant.Proposed solution
Remove
MergeNamed
.Use cases
No response
Alternatives and workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: