Function rust_htslib::htslib::hts_set_thread_pool [] [src]

pub unsafe extern "C" fn hts_set_thread_pool(
    fp: *mut htsFile,
    p: *mut htsThreadPool
) -> c_int

@abstract Create extra threads to aid compress/decompression for this file @param fp The file handle @param p A pool of worker threads, previously allocated by hts_create_threads(). @return 0 for success, or negative if an error occurred.