Module com.aoapps.lang
Package com.aoapps.lang.concurrent
-
Interface Summary Interface Description CallableE<V,Ex extends Throwable> Callable interface with a bounded exception type. -
Class Summary Class Description ExecutionExceptions Utilities for working withExecutionException.ThreadLocalCallable<T> Copies a ThreadLocal value from the current thread onto the thread that runs the provided callable.ThreadLocalRunnable Copies a ThreadLocal value from the current thread onto the thread that runs the provided runnable.ThreadLocalsCallable<T> Copies any number of ThreadLocal values from the current thread onto the thread that runs the provided callable.ThreadLocalsRunnable Copies any number of ThreadLocal values from the current thread onto the thread that runs the provided runnable. -
Exception Summary Exception Description LocalizedTimeoutException ExtendsTimeoutExceptionto provide exceptions in user locale error messages.