ThreadGroup.joinAll

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

class ThreadGroup
final
void
joinAll
(
bool rethrow = true
)

Parameters

rethrow
Type: bool

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

Throws

Any exception not handled by the joined threads.

Suggestion Box / Bug Report