The OpenD Programming Language

joinAll

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

final
void
joinAll
(
bool rethrow = true
)

Parameters

rethrow bool

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

Throws

Any exception not handled by the joined threads.

Meta