Function TaskPool.join
Instructs all worker threads to terminate as soon as all tasks have been processed and waits for them to finish.
void join() nothrow @safe shared;
Instructs all worker threads to terminate as soon as all tasks have been processed and waits for them to finish.
void join() nothrow @safe shared;