hts_tpool_init

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.

extern (C)
hts_tpool_init
(
int n
)

Meta