HDK
|
#include <thread.h>
Public Member Functions | |
thread_group () | |
~thread_group () | |
void | add_thread (thread *t) |
template<typename FUNC , typename... Args> | |
thread * | create_thread (FUNC func, Args &&...args) |
void | join_all () |
size_t | size () const |
Simple thread group class: lets you spawn a group of new threads, then wait for them to all complete.
|
inline |