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

FreeBSD Manual Pages

  
 
  

home | help
std::execut...ust_stopped(3)  C++ Standard Libary std::execut...ust_stopped(3)

NAME
       std::execution::just_stopped - std::execution::just_stopped

Synopsis
	  Defined in header <execution>
	  execution::sender auto just_stopped();

Parameters
	  (none)

Return value
	  Returns  a sender with no completion schedulers, which completes im-
       mediately by
	  calling the receivers	set_stopped.

http://cppreference.com		  2024.06.10	  std::execut...ust_stopped(3)

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

home | help