Package com.linkedin.alpini.base.concurrency.impl
-
Class Summary Class Description AbstractAsyncFuture<T> Created by acurtis on 5/1/18.CancelledAsyncFuture<T> DefaultAsyncFuture<T> An implementation ofAsyncFuture
where much of the implementation is based upon netty'sorg.jboss.netty.channel.DefaultChannelFuture
.DefaultAsyncFutureTask<T> DefaultCollectingAsyncFuture<V> A specialised instance of @{link AsyncFuture} for collecting the results of one or more futures of lists into a single list.FailedAsyncFuture<T> SuccessAsyncFuture<T> A simple implementation ofAsyncFuture
which behaves as if the Future has already completed successfully.