Sequence StreamBlockString

std/flow/stream::StreamBlockString


Inputs

block: Block<Vec<string>>

Outputs

↦ stream: Stream<string>


Stream a vector of string.

All values received in block vector are streamed ordered in output.