Difference between revisions of "Template:cpp/experimental/dsc ensure started"
From cppreference.com
(Created page with "{{dsc tfun|cpp/experimental/ensure_started|Eagerly starts a sender, returning a sender that will deliver the results to a receiver to which it is connected and started, if any...") |
|||
Line 1: | Line 1: | ||
− | {{dsc tfun|cpp/experimental/ensure_started|Eagerly starts a sender, returning a sender that will deliver the results to a receiver to which it is connected and started, if any. When the result sender is not connected to a receiver, or if the resulting operation state is not started, the results are ignored. If such a sender is destroyed before the underlying operation completes, the operation continues running detached. | + | {{dsc tfun|cpp/experimental/ensure_started|Eagerly starts a sender, returning a sender that will deliver the results to a receiver to which it is connected and started, if any. When the result sender is not connected to a receiver, or if the resulting operation state is not started, the results are ignored. If such a sender is destroyed before the underlying operation completes, the operation continues running detached.}} |
Revision as of 01:14, 31 May 2024
|- class="t-dsc"
|| Eagerly starts a sender, returning a sender that will deliver the results to a receiver to which it is connected and started, if any. When the result sender is not connected to a receiver, or if the resulting operation state is not started, the results are ignored. If such a sender is destroyed before the underlying operation completes, the operation continues running detached.
(function template)
|-