ThreadPool.addJob

Adds job to be executed by thread pool, group specified in group data won't be finished until this job ends If threadNum is different than -1 only thread with threadNum will be able to execute given job

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

Meta