Sequence StreamVecBlock

std/flow/i16::StreamVecBlock


Inputs

block: Block<Vec<i16>>

Outputs

↦ stream: Stream<Vec<i16>>


Stream a vector of i16.

The received block is sent as streamed vector, then the stream is closed.

graph LR
    T(StreamVecBlock)
    B["〈[🟦 🟦 🟦 🟦 🟦 🟦]〉"] -->|block| T
    
    T -->|stream| O["[🟦 🟦 🟦 🟦 🟦 🟦]"]

    style B fill:#ffff,stroke:#ffff
    style O fill:#ffff,stroke:#ffff