samtools / htslib

C library for high-throughput sequencing data formats
Other
785 stars 447 forks source link

Add fai_thread_pool interface. #1645

Closed jkbonfield closed 11 months ago

jkbonfield commented 12 months ago

This is a simple skim around bgzf_thread_pool.

Also added a missing @param qsize to the bgzf_thread_pool documentation.

Fixes #1638