Sequence StreamVecBlock

std/flow/u16::StreamVecBlock


Inputs

block: Block<Vec<u16>>

Outputs

↦ stream: Stream<Vec<u16>>


Stream a vector of u16.

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