Function rust_htslib::htslib::bcf_sr_set_threads [] [src]

pub unsafe extern "C" fn bcf_sr_set_threads(
    files: *mut bcf_srs_t,
    n_threads: c_int
) -> c_int

bcf_sr_set_threads() - allocates a thread-pool for use by the synced reader. @n_threads: size of thread pool

Returns 0 if the call succeeded, or <0 on error.