MySQL 8.0.40
Source Code Documentation
|
#include <thread_group.h>
Public Member Functions | |
template<typename TCallable > | |
void | create_thread (TCallable entry_point) |
void | join_all () |
~thread_group () | |
Private Attributes | |
std::vector< my_boost::thread * > | m_threads |
my_boost::thread_group::~thread_group | ( | ) |
|
inline |
void my_boost::thread_group::join_all | ( | ) |
|
private |