internal Fulfill(Promise <T> tP, Job <T> tJ) { this.tP = tP; this.tJ = tJ; }
internal Fulfill(Promise <T> tP) { this.tP = tP; }