Class AsyncFutureImpl<V>

  • All Implemented Interfaces:
    Future<V>, Future<V>

    public class AsyncFutureImpl<V>
    extends Object
    implements Future<V>
    Future implementation whose computation is carried out elsewhere. Call the set(Object) method or set(Throwable) method to set the value to the future.
    Author:
    Kohsuke Kawaguchi