+9
src/types.ts
+9
src/types.ts
······
···+/** A talkback signal is used to tell a [Source] that either the [Sink] is ready for new values or that the stream should be cancelled */+/** A talkback callback is sent to the sink with the [Start] signal to communicate signals back to the source. */···+/** The start [Signal] is the first signal and carries a callback (talkback) so the sink can send signals to the source */+/** A sink accepts new values from a [Source], like [Push], [Start], and an end signal. The [Start] is used to receive a callback to send talkback signals back to the source. */+/** An operator transforms a [Source] and returns a new [Source], potentially with different timings or output types. */