std::execution::schedule, std::execution::schedule_result_t - cppreference.com
From cppreference.com
| Defined in header |
||
|
|
(1) | (since C++26) |
|
|
(2) | (since C++26) (customization point object) |
| Call signature |
||
|
|
(since C++26) | |
| Helper result types |
||
|
|
(3) | (since C++26) |
Obtains a sender describing the start of a task graph on the provided scheduler.
For a subexpression sch, the expression schedule(sch) is expression-equivalent to sch.schedule().
Customization point objects
The name execution::schedule denotes a customization point object, which is a const function object of a literal semiregular class type. The cv-unqualified version of its type is a tag type denoted as execution::schedule_t. See CustomizationPointObject for details.