Function compile_with_progress

Source
async fn compile_with_progress<'a, F, T>(
    fut: F,
    hash: ModuleHash,
    name: Option<String>,
) -> T
where F: Future<Output = T> + Send + 'a, T: Send + 'static,