Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::execution::schedule(3)   C++ Standard Libary  std::execution::schedule(3)

NAME
       std::execution::schedule	- std::execution::schedule

Synopsis
	  Defined in header <execution>
	  execution::sender auto schedule(

	      execution::scheduler auto	scheduler  (since C++26)

	  );

Parameters
	  scheduler - scheduler	on which the start of the task graph is	sched-
       uled.

Return value
	  Returns  a  sender  describing the start of a	task graph on the pro-
       vided scheduler.

Example
	   This	section	is incomplete
	   Reason: no example

Category:
	    * Todo no example

http://cppreference.com		  2024.06.10	   std::execution::schedule(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::execution::schedule&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help