public class MultiThreadUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.ExecutorService |
newExecutorService() |
static void |
parallelTasks(java.util.List<java.lang.Runnable> tasks,
java.util.concurrent.ExecutorService executorService) |