Sequence F32Trigger

std/flow/trigger::F32Trigger


Inputs

value: Stream<f32>

Outputs

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


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