Package ch.raffael.meldioc.util.concurrent
-
Class Summary Class Description Disposer 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.