Allows a set of threads to wait for all to reach a common barrier point.
The RogueBarrier uses a rigorous breakage model: No thread can leave a barrier point prematurely. All attempts to interrupt an awaiting thread via an {@link InterruptedException}are being ignored.
@author Martin Zaun
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.