@ParametersAreNonnullByDefault
Package ubic.gemma.core.util.concurrent
- Author:
- poirigui
-
Interface Summary Interface Description DelegatingAsyncTaskExecutor DelegatingExecutor DelegatingExecutorService An interface forExecutorServicethat delegate to anotherExecutorService.DelegatingScheduledExecutorService DelegatingSchedulingTaskExecutor DelegatingTaskExecutor -
Class Summary Class Description AbstractDelegatingExecutor AbstractDelegatingExecutorService A delegating executor service inspired byDelegatingSecurityContextExecutorService.Executors ExtendsExecutorsto ensure that security context logging works as expected.SimpleThreadFactory A simple thread factory based on a preferably unique thread name prefix.ThreadUtils Utilities for creatingThreadobjects.