Uses of Interface
com.google.common.util.concurrent.ListeningScheduledExecutorService
Packages that use ListeningScheduledExecutorService
Package
Description
Concurrency utilities.
-
Uses of ListeningScheduledExecutorService in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ListeningScheduledExecutorServiceModifier and TypeMethodDescriptionMoreExecutors.listeningDecorator(ScheduledExecutorService delegate) Creates aScheduledExecutorServicewhosesubmitandinvokeAllmethods submitListenableFutureTaskinstances to the given delegate executor. -
Uses of ListeningScheduledExecutorService in com.google.common.util.concurrent.testing
Methods in com.google.common.util.concurrent.testing that return ListeningScheduledExecutorServiceModifier and TypeMethodDescriptionTestingExecutors.noOpScheduledExecutor()Returns aScheduledExecutorServicethat never executes anything.