Function rust_htslib::bcf::set_threads [] [src]

pub fn set_threads(
    hts_file: *mut htsFile,
    n_threads: usize
) -> Result<(), ThreadingError>

Implementation for Reader::set_threads() and Writer::set_threads.