class
#include <BipedalLocomotion/System/Barrier.h>
Barrier Barrier provides a thread-coordination mechanism that allows an expected number of threads to block until the expected number of threads arrive at the barrier.
Public static functions
Public functions
- void wait()
- Blocks this thread at the phase synchronization point until its phase completion step is run.