Uses of Package
com.google.common.util.concurrent

Packages that use com.google.common.util.concurrent
com.google.common.util.concurrent   
 

Classes in com.google.common.util.concurrent used by com.google.common.util.concurrent
AbstractFuture
          An abstract implementation of the Future interface.
AbstractListenableFuture
          An abstract base implementation of the listener support provided by ListenableFuture.
CheckedFuture
          A CheckedFuture is an extension of Future that includes versions of the get methods that can throw a checked exception and allows listeners to be attached to the future.
ListenableFuture
          This interface defines a future that has listeners attached to it, which is useful for asynchronous workflows.
TimeLimiter
          Produces proxies that impose a time limit on method calls to the proxied object.
UninterruptibleFuture
          A Future whose get calls cannot be interrupted.
ValueFuture
          A simple ListenableFuture that holds a value or an exception.