Uses of Interface
com.google.common.util.concurrent.TimeLimiter
Packages that use TimeLimiter
-
Uses of TimeLimiter in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement TimeLimiterModifier and TypeClassDescriptionfinal class
A TimeLimiter implementation which actually does not attempt to limit time at all.final class
A TimeLimiter that runs method calls in the background using anExecutorService
.