Skip to main content

run_chunk_into_accumulator

Function run_chunk_into_accumulator 

Source
pub fn run_chunk_into_accumulator(
    run: ChunkRun<'_>,
    progress: &dyn ProgressSink,
    handler_factory: impl Fn() -> Result<ResolvedHandler, ApplicationError>,
) -> Result<TelemetryAccumulator, ApplicationError>
Expand description

Like run_chunk but yields the raw TelemetryAccumulator for merging.