Barrier

Home > Computer Science > Software Engineering > Software design patterns > Barrier

Barrier is a synchronization pattern that allows multiple threads to wait at a certain point until all the threads have reached that point before proceeding.