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 aExecutor
in order.QueuedScheduledExecutorService AScheduledExecutorService
implementation of a queued executor service.