ThreadPool.addJobAsynchronous

Adds job to be executed by thread pool, such a job won't be synchronized with any group or job If threadNum is different than -1 only thread with threadNum will be able to execute given job It is advised to use synchronized group of jobs

struct ThreadPool
void
addJobAsynchronous
(,
int threadNum = -1
)

Meta