Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/execution/dsc schedule"

From cppreference.com
(way too long)
Line 1: Line 1:
{{dsc tfun|cpp/execution/schedule|title=schedule|A function that accepts a scheduler and returns a sender that, when connected and started, will attempt to enqueue a value completion operation with no result datums to an execution agent belonging to the scheduler's associated execution resource. The operation may also complete with an error (''e.g.'', if the attempt to enqueue work fails) or with stopped (''e.g.'', if stop is requested on the execution resource before the work is dequeued).}}
+
{{dsc tfun|cpp/execution/schedule|title=schedule|prepare a task graph for execution on a given scheduler}}

Revision as of 14:12, 3 October 2024

|- class="t-dsc"

|

| prepare a task graph for execution on a given scheduler
(function template) |-