hts_tpool_next_result_wait

Pulls the next item off the process result queue. The caller should free it (and any internals as appropriate) after use. This will wait for a result to be present if none are currently available.

Results will be returned in strict order.

Returns hts_tpool_result pointer if a result is ready. NULL on error or during shutdown.

extern (C)
hts_tpool_next_result_wait

Meta