MySQL 8.0.37
Source Code Documentation
my_boost::thread_group Class Reference

#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
 

Constructor & Destructor Documentation

◆ ~thread_group()

my_boost::thread_group::~thread_group ( )

Member Function Documentation

◆ create_thread()

template<typename TCallable >
void my_boost::thread_group::create_thread ( TCallable  entry_point)
inline

◆ join_all()

void my_boost::thread_group::join_all ( )

Member Data Documentation

◆ m_threads

std::vector<my_boost::thread *> my_boost::thread_group::m_threads
private

The documentation for this class was generated from the following files: