Package | Description |
---|---|
com.github.dexecutor.core |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutionEngine<T extends Comparable<T>,R>
Default Executor, which internally operates on @ExecutorService
|
Constructor and Description |
---|
DefaultDexecutor(ExecutionEngine<T,R> executionEngine,
TaskProvider<T,R> taskProvider) |
DexecutorConfig(ExecutionEngine<T,R> executor,
TaskProvider<T,R> taskProvider)
Construct the object with mandatory params, rest are optional
|
Copyright © 2016 Dexecutor. All rights reserved.