T - R - public final class IgniteExecutionEngine<T extends Comparable<T>,R> extends Object implements com.github.dexecutor.core.ExecutionEngine<T,R>
| Constructor and Description |
|---|
IgniteExecutionEngine(ExecutorService executorService) |
public IgniteExecutionEngine(ExecutorService executorService)
public void submit(com.github.dexecutor.core.task.Task<T,R> task)
submit in interface com.github.dexecutor.core.ExecutionEngine<T extends Comparable<T>,R>public Future<com.github.dexecutor.core.task.ExecutionResult<T,R>> take() throws InterruptedException
take in interface com.github.dexecutor.core.ExecutionEngine<T extends Comparable<T>,R>InterruptedExceptionCopyright © 2016 Dexecutor. All rights reserved.