Enable multi-threading (when compiled with -DBGZF_MT) via a shared
thread pool. This means both encoder and decoder can balance
usage across a single pool of worker jobs.
@param fp BGZF file handler; must be opened for writing
@param pool The thread pool (see hts_create_threads)
Enable multi-threading (when compiled with -DBGZF_MT) via a shared thread pool. This means both encoder and decoder can balance usage across a single pool of worker jobs.
@param fp BGZF file handler; must be opened for writing @param pool The thread pool (see hts_create_threads)