Interface FutureImpl.Computation<T>

Enclosing class:
FutureImpl<T>

private static interface FutureImpl.Computation<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Task.Complete<T> complete, Runnable updateThread)