Optimize any_sender
to unique_any_sender
conversion
#556
Labels
category: senders/receivers
P2300
effort: 3
A few days of work.
priority: high
This is essential functionality or a serious bug. Not addressing this blocks progress.
type: feature
type: refactoring
Milestone
Currently the conversion works because a
unique_any_sender
can be constructed from any r-value connectable sender, whichany_sender
is. However, the conversion could be optimized to simply move the internal buffer from theany_sender
to theunique_any_sender
and potentially avoid an allocation.The text was updated successfully, but these errors were encountered: