Skip to main content

batch_generate_with_progress

Function batch_generate_with_progress 

Source
pub async fn batch_generate_with_progress<F>(
    inputs: &[(PathBuf, PathBuf)],
    preset: ProxyPreset,
    progress_callback: F,
) -> Result<Vec<BatchResult>>
where F: FnMut(usize, usize) + Send,
Expand description

Generate proxies with progress reporting.