Sequence F64Trigger

std/flow/trigger::F64Trigger


Inputs

value: Stream<f64>

Outputs

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


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