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