| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Method and Description |
|---|---|
V |
ClosingFuture.Combiner.CombiningCallable.call(ClosingFuture.DeferredCloser closer,
ClosingFuture.Peeker peeker)
Computes a result, or throws an exception if unable to do so.
|
ClosingFuture<V> |
ClosingFuture.Combiner.AsyncCombiningCallable.call(ClosingFuture.DeferredCloser closer,
ClosingFuture.Peeker peeker)
Computes a
ClosingFuture result, or throws an exception if unable to do so. |