public class ExecutorUtil
extends java.lang.Object
Constructor and Description |
---|
ExecutorUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.concurrent.Future<T> |
executeSingleThreaded(java.util.concurrent.Callable<T> callable) |
static java.util.concurrent.Future<?> |
executeSingleThreaded(java.lang.Runnable runnable) |