//! Collector-stage orchestration for the tenshift pipeline.
//!
//! The collector is the ordered half of the architecture: it receives worker
//! output, applies shuffle and batch stages, performs collation, and emits the
//! final batches that the iterator exposes to callers.
pub use *;