private final class CombinedFuture.AsyncCallableInterruptibleTask extends CombinedFuture.CombinedFutureInterruptibleTask
| Modifier and Type | Field and Description |
|---|---|
private AsyncCallable<V> |
callable |
thrownByExecute| Constructor and Description |
|---|
AsyncCallableInterruptibleTask(AsyncCallable<V> callable,
java.util.concurrent.Executor listenerExecutor) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
setValue() |
execute, runInterruptibly, wasInterruptedinterruptTask, runprivate final AsyncCallable<V> callable
public AsyncCallableInterruptibleTask(AsyncCallable<V> callable, java.util.concurrent.Executor listenerExecutor)
void setValue()
throws java.lang.Exception
setValue in class CombinedFuture.CombinedFutureInterruptibleTaskjava.lang.Exception