Package cn.sliew.milky.concurrent
-
Interface Summary Interface Description Future<V> The result of an asynchronous operation.FutureListener<F extends Future<?>> Listens to the result of aFuture.ProgressiveFuture<V> AFuturewhich is used to indicate the progress of an operation.ProgressiveFutureListener<F extends ProgressiveFuture<?>> ProgressivePromise<V> SpecialProgressiveFuturewhich is writable.Promise<V> SpecialFuturewhich is writable. -
Class Summary Class Description AbstractFuture<V> AbstractFutureimplementation which does not allow for cancellation.CompletableContext<T> A thread-safe completable context that allows listeners to be attached.CompleteFuture<V> DefaultProgressivePromise<V> DefaultPromise<V> FailedFuture<V> TheCompleteFuturewhich is failed already.SucceededFuture<V> TheCompleteFuturewhich is succeeded already. -
Enum Summary Enum Description Futures