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

FreeBSD Manual Pages

  
 
  

home | help
std::latch::wait(3)	      C++ Standard Libary	   std::latch::wait(3)

NAME
       std::latch::wait	- std::latch::wait

Synopsis
	  void wait() const;  (since C++20)

	  Blocks  the  calling thread until the	internal counter reaches 0. If
       it is zero
	  already, returns immediately.

Parameters
	  (none)

Return value
	  (none)

Exceptions
	  Throws std::system_error with	an error code allowed for mutex	 types
       on error.

http://cppreference.com		  2022.07.31		   std::latch::wait(3)

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

home | help