async fn drive_progress(
rx: UnboundedReceiver<ProgressEvent>,
quiet: bool,
prog: ProgressWriter,
) -> ProgressWriterExpand description
Background task consuming [ProgressEvent]s and updating both the
interactive terminal display and the JSON-Lines progress writer.