Home | Libraries | People | FAQ | More |
void join();
This function blocks until the threads in the pool have completed. If
stop()
is not called prior to join()
, the join()
call will wait until the pool has no more outstanding work.