Namespaces
Variants
Actions

std::latch::wait

From cppreference.com
< cpp‎ | thread‎ | latch
 
 
Concurrency support library
(C++11)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++17)
(C++11)
(C++11)
(C++17)
(C++11)
(C++14)
(C++11)
(C++11)
(C++11)
(C++11)
(C++20)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++26)
(C++26)
(C++26)
(C++26)
(C++11)
(C++20)
(C++11)
(C++11)(deprecated in C++20)
(C++11)(deprecated in C++20)
(C++11)
(C++11)(deprecated in C++26)
 
 
void wait() const;
(since C++20)

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

[edit] Parameters

(none)

[edit] Return value

(none)

[edit] Exceptions

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

Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/thread/latch/wait&oldid=161159"

AltStyle によって変換されたページ (->オリジナル) /