Class CountDownLauncher

java.lang.Object
org.apache.maven.surefire.extensions.util.CountDownLauncher

public abstract class CountDownLauncher extends Object
Counts down the calls countDown() and the last reaching zero executes the job().
Since:
3.0.0-M5
Author:
Tibor Digana (tibor17)