ThreadPool.awaitTermination

void awaitTermination() @trusted

Wait for all worker threads to terminate.

This method blocks until all workers have exited. It should be called after shutdown() to ensure clean termination.