Interface IOpaqueFuture<T>

  • All Known Subinterfaces:
    IFuture<T>
    All Known Implementing Classes:
    Constant

    public interface IOpaqueFuture<T>
    An object which can be used, through an environment of some kind, to obtain a value at a later time.
    See Also:
    IOpaquePromise