C-Thread-Pool icon indicating copy to clipboard operation
C-Thread-Pool copied to clipboard

Is it possible to wait for a specific task?

Open giovancris opened this issue 10 months ago • 0 comments

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

giovancris avatar Apr 18 '24 05:04 giovancris