MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / create_multi_progress

Function create_multi_progress

atomic-cli/src/output/progress.rs:172–174  ·  view source on GitHub ↗

Create a multi-progress container for parallel progress bars. A [`MultiProgress`] allows displaying multiple progress bars simultaneously, useful for parallel operations like downloading multiple files.

()

Source from the content-addressed store, hash-verified

170/// simultaneously, useful for parallel operations like downloading
171/// multiple files.
172pub fn create_multi_progress() -> MultiProgress {
173 MultiProgress::new()
174}
175
176/// Add a spinner to a multi-progress container.
177///

Callers 5

test_suspendFunction · 0.85

Calls

no outgoing calls

Tested by 5

test_suspendFunction · 0.68