std::experimental::flex_barrier (3) Linux Manual Page
std::experimental::flex_barrier – std::experimental::flex_barrier Synopsis Defined in header <experimental/barrier> class flex_barrier; (concurrency TS) The class std::experimental::flex_barrier provides a thread-coordination mechanism that allows a set of participating threads to block until an operation is completed. Unlike std::experimental::latch, barriers are reusable; once the participating threads are released from a barrier’s synchronization point, they can reuse the same barrier….
