std::barrier<CompletionFunction>::wait

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

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also