Class CountDownLauncher
java.lang.Object
org.apache.maven.surefire.extensions.util.CountDownLauncher
Counts down the calls
countDown()
and the last reaching zero executes the job()
.- Since:
- 3.0.0-M5
- Author:
- Tibor Digana (tibor17)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CountDownLauncher
public CountDownLauncher(int count)
-
-
Method Details
-
job
- Throws:
IOException
InterruptedException
-
countDown
- Throws:
IOException
InterruptedException
-