Interface IOpaquePromise<T>

  • All Known Subinterfaces:
    IPromise<T>

    public interface IOpaquePromise<T>
    An object which can be used, through an environment of some kind, to send a value whenever it is ready.
    See Also:
    IOpaqueFuture