Classes | Namespaces
CyclicBarrier.hpp File Reference

(2)

A synchronising barrier that can be configured for an arbitrary number of threads. More...

#include <Balau/Concurrent/Semaphore.hpp>
Include dependency graph for CyclicBarrier.hpp:

Go to the source code of this file.

Classes

class  CyclicBarrier
 A synchronising barrier that can be configured for an arbitrary number of threads. More...
 

Namespaces

 Balau
 The root Balau namespace.
 
 Balau::Concurrent
 Concurrency control classes.
 

Detailed Description

A synchronising barrier that can be configured for an arbitrary number of threads.