std::experimental::barrier::barrier (3) Linux Manual Page
std::experimental::barrier::~barrier – std::experimental::barrier::~barrier
Synopsis
~barrier(); (concurrency TS)
Destroys the barrier.
The behavior is undefined if a thread is blocked at the synchronization point.
