Package ch.bailu.gtk.gst
Schnittstelle PromiseResult
public interface PromiseResult
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe promise expired (the carrying object
lost all refs) and the promise will never be fulfilled.static final intInterrupted by the consumer as it doesn't
want the value anymore.static final intInitial state.static final intA producer marked a reply
-
Felddetails
-
PENDING
static final int PENDINGInitial state. Waiting for transition to any
other state.- Siehe auch:
-
INTERRUPTED
static final int INTERRUPTEDInterrupted by the consumer as it doesn't
want the value anymore.- Siehe auch:
-
REPLIED
static final int REPLIEDA producer marked a reply- Siehe auch:
-
EXPIRED
static final int EXPIREDThe promise expired (the carrying object
lost all refs) and the promise will never be fulfilled.- Siehe auch:
-