Creates a worker pool with n worker threads.
Returns pool pointer on success; NULL on failure
The hts_tpool struct returned by a successful call should be freed via hts_tpool_destroy() when it is no longer needed.
See Implementation
Creates a worker pool with n worker threads.
Returns pool pointer on success; NULL on failure
The hts_tpool struct returned by a successful call should be freed via hts_tpool_destroy() when it is no longer needed.