Function rust_htslib::bam::set_threads

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

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