| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.task |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEngine.submit(Task<T,R> task) |
void |
DefaultExecutionEngine.submit(Task<T,R> task) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>,R> |
TaskFactory.newWorker(Task<T,R> task) |
Task<T,R> |
TaskProvider.provideTask(T id)
Given the node id, returns the task to be executed, while building graph only the node ids are required, when it comes to execution Task objects would be constructed
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>,R> |
TaskFactory.newWorker(Task<T,R> task) |
Copyright © 2016 Dexecutor. All rights reserved.