Function rust_htslib::bcf::set_threads

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

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