hts_tpool_dispatch2

Adds an item to the work pool.

FIXME: permit q to be NULL, indicating a global/default pool held by the thread pool itself? This pool would be for jobs that have no output, so fire and forget only with..

Returns 0 on success -1 on failure

extern (C)
int
hts_tpool_dispatch2
(,,
void* function
(
void* arg
)
,
void* arg
,)

Meta