@Vetoed
| Class | Description |
|---|---|
| AbstractExecutorServices |
Common implementation of
ExecutorServices |
| CommonForkJoinPoolExecutorServices |
Wrapper for
ForkJoinPool.commonPool(). |
| DaemonThreadFactory |
ThreadFactory that creates daemon threads so that Weld does not hang e.g. in a SE environment. |
| ExecutorServicesFactory | |
| FixedThreadPoolExecutorServices |
Implementation of
ExtendedExecutorServices that uses a fixed thread pool. |
| IterativeWorkerTaskFactory<T> |
Used for decomposition of loops in which independent tasks are processed sequentially.
|
| ProfilingExecutorServices | |
| SingleThreadExecutorServices | |
| TimingOutFixedThreadPoolExecutorServices |
Implementation of
ExtendedExecutorServices that uses a fixed thread pool. |
| Enum | Description |
|---|---|
| ExecutorServicesFactory.ThreadPoolType |
Copyright © 2017. All rights reserved.