Package de.xima.fc.utils
Class XExecutorUtils
- java.lang.Object
 - 
- de.xima.fc.utils.XExecutorUtils
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidshutdownExecutorQuietlyAndWaitTermination(ExecutorService executor)Shuts down the executor service and waits for the termination of all tasks, however long it may take. 
 - 
 
- 
- 
Method Detail
- 
shutdownExecutorQuietlyAndWaitTermination
public static void shutdownExecutorQuietlyAndWaitTermination(ExecutorService executor)
Shuts down the executor service and waits for the termination of all tasks, however long it may take.- Parameters:
 executor- The executor service to shut down.
 
 - 
 
 -