![]() |
![]()
| ![]() |
![]()
NAMEstd::barrier::arrive - std::barrier::arrive Synopsis[[nodiscard]] arrival_token arrive( std::ptrdiff_t n = 1 ); (since C++20)
Parametersn - the value by which the expected count is decreased Return valueThe constructed arrival_token object. ExceptionsThrows std::system_error with an error code allowed for mutex types on error. NotesThis function can cause the completion step for the current phase to start. Example This section is incomplete
See also blocks at the phase synchronization point until its phase
completion step is
|