std::barrier<CompletionFunction>::wait
Min standard notice:
If arrival is associated with the phase synchronization point for the current phase of *this, blocks at the synchronization point associated with arrival until the phase completion step of the synchronization point’s phase is run.
# Declarations
void wait( arrival_token&& arrival ) const;
(since C++20)
# Parameters
arrival: an arrival_token obtained by a previous call to arrive on the same barrier
# Return value
(none)
# Example
This section is incompleteReason: no example