Class ProgressiveClientFuture<V>

  • Type Parameters:
    V - The type that result from completion of this Future
    All Implemented Interfaces:
    Future<V>, AsyncResult<V>

    public class ProgressiveClientFuture<V>
    extends ClientFuture<V>
    An optimized version of a ClientFuture that makes use of spin waits and other methods of reacting to asynchronous completion in a more timely manner.