| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
MoreExecutors.ScheduledListeningDecorator |
| Modifier and Type | Method and Description |
|---|---|
static ListeningScheduledExecutorService |
MoreExecutors.listeningDecorator(java.util.concurrent.ScheduledExecutorService delegate)
Creates a
ScheduledExecutorService whose submit and invokeAll methods submit ListenableFutureTask instances to the
given delegate executor. |