Enumeration TalkbackKind

Talkback signal that sends instructions from a sink to a source.

Remarks

This signal is issued via talkback functions that a Sink receives via the Start signal, to tell a Source to either send a new value (pulling) or stop sending values altogether (cancellation).

Enumeration Members

Enumeration Members

Close: 1

Instructs the Source to stop sending values and cancels it.

Pull: 0

Instructs the Source to send the next value.

Generated using TypeDoc