|
static |
Blocks the calling thread until all joinable threads terminate or the specified time elapses, while continuing.
milliseconds_timeout | The number of milliseconds to wait for all threads to terminate. |
xtd::threading::thread_state_exception | The caller attempted to join a thread that is in the xtd::threading::thread_state::unstarted state. |