waitAllThreads

Script::waitAllThreads

Waits for all worker threads to finish their jobs.

Declaration

void waitAllThreads();

Parameters

None.

Returns

None.

Notes

If any worker thread cannot finish its job, this function will never end.