Sequence CharTrigger

std/flow/trigger::CharTrigger


Inputs

value: Stream<char>

Outputs

↦ start: Block<void>
↦ finish: Block<void>


Trigger on char stream start and finish.

Send start when a first value is send through the stream. Send finish when stream is finally over. ℹ️ If the stream never receive any data before being closed, only finish will be emitted.