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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::execution::on - std::execution::on

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

	      execution::scheduler auto	sched,	(since C++26)
	      execution::sender	auto snd

	  );

Parameters
	  sched	 -  provides  execution	agent on which the sender will be exe-
       cuted
	  snd	- work to be executed on  the  execution  resource  associated
       with sched

Return value
	  Returns a sender which, when started,	will start the provided	sender
       on an execution
	  agent	 belonging  to the execution resource associated with the pro-
       vided scheduler.

	  The returned sender has no completion	schedulers.

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

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

home | help