de.unkrig.commons.util.concurrent
Class ConcurrentUtil

java.lang.Object
  extended by de.unkrig.commons.util.concurrent.ConcurrentUtil

public final class ConcurrentUtil
extends java.lang.Object

Utility methods related to "java.util.concurrent".


Field Summary
static java.util.concurrent.ExecutorService SEQUENTIAL_EXECUTOR_SERVICE
          An ExecutorService which executes callables in the same thread immediately.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEQUENTIAL_EXECUTOR_SERVICE

public static final java.util.concurrent.ExecutorService SEQUENTIAL_EXECUTOR_SERVICE
An ExecutorService which executes callables in the same thread immediately.