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
)
inline
static
Blocks the calling thread until all specified joinable threads collection terminate.
Exceptions
xtd::threading::thread_state_exception
The 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.
xtd
threading
thread
Generated on Sat Sep 14 2024 21:25:32 for xtd by
Gammasoft
. All rights reserved.