Skip to main content

drive_progress

Function drive_progress 

Source
async fn drive_progress(
    rx: UnboundedReceiver<ProgressEvent>,
    quiet: bool,
    prog: ProgressWriter,
) -> ProgressWriter
Expand description

Background task consuming [ProgressEvent]s and updating both the interactive terminal display and the JSON-Lines progress writer.