| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.task |
| Modifier and Type | Method and Description |
|---|---|
Future<ExecutionResult<T,R>> |
ExecutionEngine.take() |
Future<ExecutionResult<T,R>> |
DefaultExecutionEngine.take() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult<T,R> |
ExecutionResults.getFirst() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionResult<T,R>> |
ExecutionResults.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResults.add(ExecutionResult<T,R> result)
adds
result to existing collection of results |
Copyright © 2016 Dexecutor. All rights reserved.