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.