Module gstreamer::promise[][src]

This is supported on crate feature v1_14 only.

Structs

Promise

The crate::Promise object implements the container for values that may be available later. i.e. a Future or a Promise in https://en.wikipedia.org/wiki/Futures_and_promises. As with all Future/Promise-like functionality, there is the concept of the producer of the value and the consumer of the value.

PromiseFuture
PromiseReply

Enums

PromiseError