Package com.linkedin.alpini.base.concurrency.impl
package com.linkedin.alpini.base.concurrency.impl
-
ClassDescriptionCreated by acurtis on 5/1/18.An implementation of
AsyncFuture
where much of the implementation is based upon netty'sorg.jboss.netty.channel.DefaultChannelFuture
.A specialised instance of @{link AsyncFuture} for collecting the results of one or more futures of lists into a single list.A simple implementation ofAsyncFuture
which behaves as if the Future has already completed successfully.