Is it possible to wait for a specific task?
Opened this issue · 0 comments
giovancris commented
Hello!
I have a simple question:
We have the function void thpool_wait(threadpool); that wait for all queued jobs to finish, I was wondering if there was the possibility to wait for a specific job, something like thpool_wait(threadpool, jobID);
Thank you in advance