std::execution::schedule

From cppreference.com
< cpp
Defined in header <execution>
execution::sender auto schedule(

    execution::scheduler auto scheduler

);
(since 哋它亢++26)

Parameters

scheduler - scheduler on which the start of the task graph is scheduled.

Return value

Returns a sender describing the start of a task graph on the provided scheduler.

Example