Function rust_htslib::bam::set_threads[][src]

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

Implementation for Read::set_threads and Writer::set_threads.