Function prodash::render::line::render

source ·
pub fn render(
    out: impl Write + Send + 'static,
    progress: impl WeakRoot + Send + 'static,
    _: Options
) -> JoinHandle
Expand description

Write a line-based representation of progress to out which is assumed to be a terminal.

Configure it with config, see the Options for details.