Class SimpleFuture<T>

  • Type Parameters:
    T - The result type returned by this Future's get method.

    @Deprecated
    public class SimpleFuture<T>
    extends Object
    Deprecated.
    A Future represents the result of an asynchronous computation.