pika icon indicating copy to clipboard operation
pika copied to clipboard

Update `any_receiver` to not require heap allocation

Open msimberg opened this issue 1 year ago • 0 comments

any_receiver should be possible to convert into more or less a reference. The non-type-erased receiver should be possible to store in the operation state, with any_receiver simply pointing to the operation state. stdexec seems to do something in this direction, and could save a significant number of heap allocations in DLA-Future.

msimberg avatar Nov 03 '23 13:11 msimberg