Package rocks.xmpp.util.concurrent
Provides classes for concurrency.
-
Class Summary Class Description AsyncResult<T> Represents the result of an asynchronous operation.CompletionStages Utility class for creating different kinds ofCompletionStage.QueuedExecutorService Queues tasks and delegates them to aExecutorin order.QueuedScheduledExecutorService AScheduledExecutorServiceimplementation of a queued executor service.