Class Promise<T>


  • public class Promise<T>
    extends PromiseCallback<T>

    Used to implement callback based result passing of a promised computation. Can be converted to a future using the future() method.

    Author:
    Hiram Chirino