Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(StreamID, MutableBuffer) -> (BytesRead, StreamFinSignal)
Read byte segments sequentially from a specific logical stream's received buffer queue.
Problem it solves
Multi-stream application protocols require reading from specific logical channels without blocking or mixing bytes with other channels.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.