Promise entering a Promise.CANCELLED terminal state.Promise.isCancelled() will return true.Promise entering a state where Promise.isDone()
returns true.Promise.isDone() will return true;
Will be fired in addition to the callback for the specific event.Future.get(long, TimeUnit) or Future.get() is called.Promise entering a Promise.REJECTED state.Promise.isRejected() will return true.Promise entering a Promise.RESOLVED state.Promise.isResolved() will return true.Copyright © 2014 MachineCode. All rights reserved.