Package ch.raffael.meldioc.util.concurrent
-
Class Summary Class Description DecoratingExecutorService<D extends java.util.concurrent.ExecutorService> TODO JavaDocDisposer A simple utility that helps to thread-safely dispose lazy things.ImmediateFuture<T> AFutureimplementation that's run immediately in the constructing thread.ImmediateFuture.Cancelled<T> RestrictedExecutorService A wrapper forExecutorServicethat disables shutdown operations by throwing aSecurityException.SameThreadExecutorService Executor that runs all tasks in the submitting thread.SecureExecutorServiceWrapper<D extends java.util.concurrent.ExecutorService> TODO JavaDocTaskDecoratingExecutorService<D extends java.util.concurrent.ExecutorService> TODO JavaDoc