Promise.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.

class Promise
void
interrupt
()