Expand description
Source implementations for push-based execution.
Sources produce chunks of data that flow through push-based pipelines.
Structsยง
- Chunk
Source - Source that produces chunks from a pre-built collection.
- Empty
Source - Source that produces a single empty chunk (for testing).
- Generator
Source - Source that generates values using a closure.
- Operator
Source - Adapts a pull-based operator to work as a Source.
- Vector
Source - Source that produces chunks from a vector of values.