ThreadGroup.joinAll

void joinAll(bool rethrow = true)

Iteratively joins all tracked threads. This function will block add, remove, and opApply until it completes.

Parameters

rethrowRethrow any unhandled exception which may have caused the current thread to terminate.

Throws

Any exception not handled by the joined threads.