You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: