Function rust_htslib::bcf::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
.
pub unsafe fn set_threads(hts_file: *mut htsFile, n_threads: usize) -> Result<()>
Implementation for Reader::set_threads()
and Writer::set_threads
.