Structsยง
- Buffer
Chunks ๐ - A wrapper that buffers the
StreamChunk
s from upstream until no more ready items are available. Besides, any message other thanStreamChunk
will trigger the bufferedStreamChunk
s to be emitted immediately along with the message itself. - Merge
Executor MergeExecutor
merges data from multiple channels. Dataflow from one channel will be stopped on barrier.- Merge
Executor ๐Input