Class ParallelBarrier¶
Defined in File ParallelBarrier.hpp
Class Documentation¶
-
class
uitsl::ParallelBarrier¶ Block until all threads reach the barrier or a timeout is exceeded.
Adapted from https://stackoverflow.com/a/24777186.
- Template Parameters
Timer_T: class to manage timeout check.