Uses of Interface
dev.mccue.guava.concurrent.TimeLimiter
-
Uses of TimeLimiter in dev.mccue.guava.concurrent
Classes in dev.mccue.guava.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
.