thread_joinAll

Joins all non-daemon threads that are currently running. This is done by performing successive scans through the thread list until a scan consists of only daemon threads.

extern (C)
void
thread_joinAll
(
)
Suggestion Box / Bug Report