Skip to main content

begin_phase

Function begin_phase 

Source
pub fn begin_phase(
    progress: Option<&ProgressReporter>,
    phase: Phase,
    total: u64,
)
Expand description

Option-aware ProgressReporter::begin_phase, mirroring how crate::cancel::is_cancelled handles the absent case.