Function compile_with_progress_sync

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