Generated by
JDiff

Package com.google.common.util.concurrent

Changed Classes
AbstractFuture An abstract implementation of ListenableFuture, intended for advanced users only.
AbstractScheduledService.
CustomScheduler.Schedule
A value object that represents an absolute delay until a task should be invoked.
AbstractScheduledService.
Scheduler
A scheduler defines the policy for how the AbstractScheduledService should run its task.
AtomicDouble A {@code double} value that may be updated atomically.
ExecutionError Error variant of java.util.concurrent.ExecutionException.
FluentFuture A ListenableFuture that supports fluent chains of operations.
Futures Static utility methods pertaining to the Future interface.
Monitor A synchronization abstraction supporting waiting on arbitrary boolean conditions.
MoreExecutors Factory and utility methods for java.util.concurrent.Executor, ExecutorService, and java.util.concurrent.ThreadFactory.
RateLimiter A rate limiter.
ServiceManager A manager for monitoring and controlling a set of Service services.
UncheckedExecutionException Unchecked variant of java.util.concurrent.ExecutionException.
UncheckedTimeoutException Unchecked version of java.util.concurrent.TimeoutException.
Uninterruptibles Utilities for treating interruptible operations as uninterruptible.