xtd 0.2.0
Loading...
Searching...
No Matches

◆ join_all() [4/6]

template<typename collection_t >
static void xtd::threading::thread::join_all ( const collection_t &  threads)
inlinestatic

Blocks the calling thread until all specified joinable threads collection terminate.

Exceptions
xtd::threading::thread_state_exceptionThe caller attempted to join a thread that is in the xtd::threading::thread_state::unstarted state.
Remarks
If one or more threads are not joinable, they will be skipped.