pub unsafe extern "C" fn alpm_option_get_parallel_downloads(
    handle: *mut alpm_handle_t
) -> c_int
Expand description

Gets the number of parallel streams to download database and package files. @param handle the context handle @return the number of parallel streams to download database and package files