Class BalancedClientFuture<V>

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

    public class BalancedClientFuture<V>
    extends ClientFuture<V>
    A more balanced implementation of a ClientFuture that works better on some platforms such as windows where the thread park and atomic operations used by a more aggressive implementation could result in poor performance.