Template:cpp/execution/dsc bulk
From cppreference.com
|- class="t-dsc"
|(C++26)
| creates a multi-shot sender that invokes the function with every index in the provided shape along with the values sent by the input sender. The sender completes once all invocations have completed, or an error has occurred
(customization point object)
|-