Schnittstelle PromiseResult


public interface PromiseResult
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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 PENDING
      Initial state. Waiting for transition to any
      other state.
      Siehe auch:
    • INTERRUPTED

      static final int INTERRUPTED
      Interrupted by the consumer as it doesn't
      want the value anymore.
      Siehe auch:
    • REPLIED

      static final int REPLIED
      A producer marked a reply
      Siehe auch:
    • EXPIRED

      static final int EXPIRED
      The promise expired (the carrying object
      lost all refs) and the promise will never be fulfilled.
      Siehe auch: