Function compile_with_progress_sync

Source
fn compile_with_progress_sync<F, T>(
    bar: &ProgressBar,
    f: F,
    hash: &ModuleHash,
    name: Option<&str>,
) -> T
where F: FnOnce() -> T,