Sequence BoolTrigger

std/flow/trigger::BoolTrigger


Inputs

value: Stream<bool>

Outputs

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


Trigger on bool 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.