rust_htslib::bcf

Function set_threads

Source
pub unsafe fn set_threads(
    hts_file: *mut htsFile,
    n_threads: usize,
) -> Result<()>
Expand description

ยงSafety

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