Module: Gst::PromiseResult
- Defined in:
- (unknown)
Constant Summary collapse
- PENDING =
Initial state. Waiting for transition to any other state.
0 or :pending
- INTERRUPTED =
Interrupted by the consumer as it doesn't want the value anymore.
1 or :interrupted
- REPLIED =
A producer marked a reply
2 or :replied
- EXPIRED =
The promise expired (the carrying object lost all refs) and the promise will never be fulfilled.
3 or :expired