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
See Implementation
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