Package ch.bailu.gtk.gst
Schnittstelle PromiseResult
public interface PromiseResult
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The promise expired (the carrying object
lost all refs) and the promise will never be fulfilled.static final int
Interrupted by the consumer as it doesn't
want the value anymore.static final int
Initial state.static final int
A 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:
-