| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| com.google.common.util.concurrent.testing |
| Modifier and Type | Class and Description |
|---|---|
static class |
ForwardingFuture.SimpleForwardingFuture<V>
A simplified version of
ForwardingFuture where subclasses can pass in an already
constructed Future as the delegate. |
class |
ForwardingListenableFuture<V>
A
ListenableFuture which forwards all its method calls to another future. |
static class |
ForwardingListenableFuture.SimpleForwardingListenableFuture<V>
A simplified version of
ForwardingListenableFuture where subclasses can pass in an
already constructed ListenableFuture as the delegate. |
private static class |
JdkFutureAdapters.ListenableFutureAdapter<V>
An adapter to turn a
Future into a ListenableFuture. |
private static class |
MoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask<V> |
| Modifier and Type | Class and Description |
|---|---|
private static class |
SameThreadScheduledExecutorService.ImmediateScheduledFuture<V> |