Uses of Class
com.google.common.util.concurrent.testing.SameThreadScheduledExecutorService
Packages that use SameThreadScheduledExecutorService
-
Uses of SameThreadScheduledExecutorService in com.google.common.util.concurrent.testing
Methods in com.google.common.util.concurrent.testing that return SameThreadScheduledExecutorServiceModifier and TypeMethodDescriptionTestingExecutors.sameThreadScheduledExecutor()
Creates a scheduled executor service that runs each task in the thread that invokesexecute/submit/schedule
, as inCallerRunsPolicy
.