Interface IFuture<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T get0()
      Synchronously get the value of this future, potentially blocking until it is resolved.
    • Method Detail

      • get0

        T get0()
        Synchronously get the value of this future, potentially blocking until it is resolved.
        Specified by:
        get0 in interface ITuple1G_<T>