Template:cpp/execution/dsc let value
From cppreference.com
|- class="t-dsc"
|(C++26)
| returns a sender which represents a node chained to the input sender, which when started, invokes the provided function with the values sent by the input sender as arguments
(customization point object)
|-