C-Thread-Pool
C-Thread-Pool copied to clipboard
Is it possible to wait for a specific task?
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