Function rust_htslib::bcf::set_threads [−][src]
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
.