Files | |
file | CyclicBarrier.hpp [code] |
A synchronising barrier that can be configured for an arbitrary number of threads. | |
file | Fork.hpp [code] |
Convenience wrapper for forking processes. | |
file | LazyValue.hpp [code] |
Lazy setting of a value. | |
file | Semaphore.hpp [code] |
Traditional semaphore synchronisation object. | |
file | SingleTimeExecutor.hpp [code] |
Executes the supplied code block a single time. | |
file | ThreadLocalInstance.hpp [code] |
A thread local instance that can be used as a class member instance variable. | |