Package picard.util
Class ThreadPoolExecutorUtil
- java.lang.Object
-
- picard.util.ThreadPoolExecutorUtil
-
public class ThreadPoolExecutorUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ThreadPoolExecutorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
awaitThreadPoolTermination(String executorName, ThreadPoolExecutorWithExceptions executorService, Duration timeBetweenChecks)
-
-
-
Method Detail
-
awaitThreadPoolTermination
public static void awaitThreadPoolTermination(String executorName, ThreadPoolExecutorWithExceptions executorService, Duration timeBetweenChecks)
-
-