| Package | Description |
|---|---|
| org.jboss.weld.executor | |
| org.jboss.weld.manager.api |
| Modifier and Type | Class and Description |
|---|---|
class |
IterativeWorkerTaskFactory<T>
Used for decomposition of loops in which independent tasks are processed sequentially.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<Future<T>> |
ProfilingExecutorServices.invokeAllAndCheckForExceptions(ExecutorServices.TaskFactory<T> factory) |
<T> List<Future<T>> |
AbstractExecutorServices.invokeAllAndCheckForExceptions(ExecutorServices.TaskFactory<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<Future<T>> |
ExecutorServices.invokeAllAndCheckForExceptions(ExecutorServices.TaskFactory<T> factory)
Executes all the tasks returned from calling
createTasks(int) method. |
Copyright © 2015. All Rights Reserved.