Function assert_job_count

Source
fn assert_job_count<B, M>(
    s1: &ParallelScan<B, M>,
    s2: &ParallelScan<B, M>,
    completed_job_count: f64,
    base_job_count: f64,
    value_emitted: bool,
)
where B: Debug + Clone + 'static, M: Debug + Clone + 'static,