Promise.interrupt
void interrupt()Interrupt waiting for a promise. This will wake up any waiters with [gst.types.PromiseResult.Interrupted]. Called when the consumer does not want the value produced anymore.
void interrupt()Interrupt waiting for a promise. This will wake up any waiters with [gst.types.PromiseResult.Interrupted]. Called when the consumer does not want the value produced anymore.